Merge branch 'master' of github.com:andrewthad/colonnade

This commit is contained in:
Andrew Martin 2017-09-15 14:43:12 -04:00
commit 4886ad9ff0
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: colonnade
version: 1.1.0
version: 1.1.1
synopsis: Generic types and functions for columnar encoding and decoding
description:
The `colonnade` package provides a way to to talk about
@ -39,6 +39,7 @@ library
, text >= 1.0 && < 1.3
, bytestring >= 0.10 && < 0.11
, profunctors >= 4.0 && < 5.3
, semigroups >= 0.17 && < 0.19
default-language: Haskell2010
ghc-options: -Wall

View File

@ -1,7 +1,7 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE RankNTypes #-}
{-# OPTIONS_GHC -Wall -fno-warn-unused-imports -fno-warn-unticked-promoted-constructors -Werror #-}
{-# OPTIONS_GHC -Wall -fno-warn-unused-imports -fno-warn-unticked-promoted-constructors #-}
-- | Build backend-agnostic columnar encodings that can be
-- used to visualize tabular data.

View File

@ -8,7 +8,7 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# OPTIONS_HADDOCK not-home #-}
{-# OPTIONS_GHC -Wall -fno-warn-unused-imports -fno-warn-unticked-promoted-constructors -Werror #-}
{-# OPTIONS_GHC -Wall -fno-warn-unused-imports -fno-warn-unticked-promoted-constructors #-}
-- | Most users of this library do not need this module. The functions
-- here are used to build functions that apply a 'Colonnade'