Cabal revisions of colonnade-1.2.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: colonnade-version: 1.2.0.2-synopsis: Generic types and functions for columnar encoding and decoding-description:- The `colonnade` package provides a way to talk about- columnar encodings and decodings of data. This package provides- very general types and does not provide a way for the end-user- to actually apply the columnar encodings they build to data.- Most users will also want to one a companion packages- that provides (1) a content type and (2) functions for feeding- data into a columnar encoding:- .- * <https://hackage.haskell.org/package/lucid-colonnade lucid-colonnade> for `lucid` html tables- .- * <https://hackage.haskell.org/package/blaze-colonnade blaze-colonnade> for `blaze` html tables- .- * <https://hackage.haskell.org/package/reflex-dom-colonnade reflex-dom-colonnade> for reactive `reflex-dom` tables- .- * <https://hackage.haskell.org/package/yesod-colonnade yesod-colonnade> for `yesod` widgets- .- * <http://hackage.haskell.org/package/siphon siphon> for encoding and decoding CSVs-homepage: https://github.com/andrewthad/colonnade#readme-license: BSD3-license-file: LICENSE-author: Andrew Martin-maintainer: andrew.thaddeus@gmail.com-copyright: 2016 Andrew Martin-category: web-build-type: Simple-cabal-version: >=1.10--library- hs-source-dirs: src- exposed-modules:- Colonnade- Colonnade.Encode- build-depends:- base >= 4.8 && < 5- , contravariant >= 1.2 && < 1.6- , vector >= 0.10 && < 0.13- , text >= 1.0 && < 1.3- , bytestring >= 0.10 && < 0.11- , profunctors >= 5.0 && < 5.4- , semigroups >= 0.18.2 && < 0.20- default-language: Haskell2010- ghc-options: -Wall--test-suite test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Main.hs- build-depends:- base >= 4.7 && <= 5- , colonnade- , doctest- , semigroupoids- , ansi-wl-pprint- , QuickCheck- , fast-logger- default-language: Haskell2010--source-repository head- type: git- location: https://github.com/andrewthad/colonnade+name: colonnade +version: 1.2.0.2 +x-revision: 1 +synopsis: Generic types and functions for columnar encoding and decoding +description: + The `colonnade` package provides a way to talk about + columnar encodings and decodings of data. This package provides + very general types and does not provide a way for the end-user + to actually apply the columnar encodings they build to data. + Most users will also want to one a companion packages + that provides (1) a content type and (2) functions for feeding + data into a columnar encoding: + . + * <https://hackage.haskell.org/package/lucid-colonnade lucid-colonnade> for `lucid` html tables + . + * <https://hackage.haskell.org/package/blaze-colonnade blaze-colonnade> for `blaze` html tables + . + * <https://hackage.haskell.org/package/reflex-dom-colonnade reflex-dom-colonnade> for reactive `reflex-dom` tables + . + * <https://hackage.haskell.org/package/yesod-colonnade yesod-colonnade> for `yesod` widgets + . + * <http://hackage.haskell.org/package/siphon siphon> for encoding and decoding CSVs +homepage: https://github.com/andrewthad/colonnade#readme +license: BSD3 +license-file: LICENSE +author: Andrew Martin +maintainer: andrew.thaddeus@gmail.com +copyright: 2016 Andrew Martin +category: web +build-type: Simple +cabal-version: >=1.10 + +library + hs-source-dirs: src + exposed-modules: + Colonnade + Colonnade.Encode + build-depends: + base >= 4.8 && < 5 + , contravariant >= 1.2 && < 1.6 + , vector >= 0.10 && < 0.13 + , text >= 1.0 && < 1.3 + , bytestring >= 0.10 && < 0.11 + , profunctors >= 5.0 && < 5.5 + , semigroups >= 0.18.2 && < 0.20 + default-language: Haskell2010 + ghc-options: -Wall + +test-suite test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Main.hs + build-depends: + base >= 4.7 && <= 5 + , colonnade + , doctest + , semigroupoids + , ansi-wl-pprint + , QuickCheck + , fast-logger + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/andrewthad/colonnade
revision 2
name: colonnade version: 1.2.0.2 -x-revision: 1 +x-revision: 2 synopsis: Generic types and functions for columnar encoding and decoding description: The `colonnade` package provides a way to talk about , vector >= 0.10 && < 0.13 , text >= 1.0 && < 1.3 , bytestring >= 0.10 && < 0.11 - , profunctors >= 5.0 && < 5.5 + , profunctors >= 5.0 && < 5.7 , semigroups >= 0.18.2 && < 0.20 default-language: Haskell2010 ghc-options: -Wall
revision 3
name: colonnade version: 1.2.0.2 -x-revision: 2 +x-revision: 3 synopsis: Generic types and functions for columnar encoding and decoding description: The `colonnade` package provides a way to talk about base >= 4.8 && < 5 , contravariant >= 1.2 && < 1.6 , vector >= 0.10 && < 0.13 - , text >= 1.0 && < 1.3 + , text >= 1.0 && < 2.1 , bytestring >= 0.10 && < 0.11 , profunctors >= 5.0 && < 5.7 , semigroups >= 0.18.2 && < 0.20
revision 4
name: colonnade version: 1.2.0.2 -x-revision: 3 +x-revision: 4 synopsis: Generic types and functions for columnar encoding and decoding description: The `colonnade` package provides a way to talk about , contravariant >= 1.2 && < 1.6 , vector >= 0.10 && < 0.13 , text >= 1.0 && < 2.1 - , bytestring >= 0.10 && < 0.11 + , bytestring >= 0.10 && < 0.12 , profunctors >= 5.0 && < 5.7 , semigroups >= 0.18.2 && < 0.20 default-language: Haskell2010
revision 5
name: colonnade version: 1.2.0.2 -x-revision: 4 +x-revision: 5 synopsis: Generic types and functions for columnar encoding and decoding description: The `colonnade` package provides a way to talk about build-depends: base >= 4.8 && < 5 , contravariant >= 1.2 && < 1.6 - , vector >= 0.10 && < 0.13 + , vector >= 0.10 && < 0.14 , text >= 1.0 && < 2.1 , bytestring >= 0.10 && < 0.12 , profunctors >= 5.0 && < 5.7 - , semigroups >= 0.18.2 && < 0.20 + , semigroups >= 0.18.2 && < 0.21 default-language: Haskell2010 ghc-options: -Wall
revision 6
name: colonnade version: 1.2.0.2 -x-revision: 5 +x-revision: 6 synopsis: Generic types and functions for columnar encoding and decoding description: The `colonnade` package provides a way to talk about , contravariant >= 1.2 && < 1.6 , vector >= 0.10 && < 0.14 , text >= 1.0 && < 2.1 - , bytestring >= 0.10 && < 0.12 + , bytestring >= 0.10 && < 0.13 , profunctors >= 5.0 && < 5.7 , semigroups >= 0.18.2 && < 0.21 default-language: Haskell2010
revision 7
name: colonnade version: 1.2.0.2 -x-revision: 6 +x-revision: 7 synopsis: Generic types and functions for columnar encoding and decoding description: The `colonnade` package provides a way to talk about base >= 4.8 && < 5 , contravariant >= 1.2 && < 1.6 , vector >= 0.10 && < 0.14 - , text >= 1.0 && < 2.1 + , text >= 1.0 && < 2.2 , bytestring >= 0.10 && < 0.13 , profunctors >= 5.0 && < 5.7 , semigroups >= 0.18.2 && < 0.21