Cabal revisions of binary-ext-2.0.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.28.2.------ see: https://github.com/sol/hpack------ hash: 5e878d5ddd16de412deb40f8158ec6551bb62df85335c23687a79ee87c98423a--name: binary-ext-version: 2.0.4-synopsis: An alternate with strong-typed errors for `Data.Binary.Get` monad from `binary` package.-description: An alternate with strong-typed errors for `Data.Binary.Get` monad from `binary` package.-category: Data, Parsing-homepage: https://github.com/A1-Triard/binary-ext#readme-bug-reports: https://github.com/A1-Triard/binary-ext/issues-author: Warlock <internalmike@gmail.com>-maintainer: Warlock <internalmike@gmail.com>-copyright: 2017, 2018 Warlock <internalmike@gmail.com>-license: Apache-license-file: LICENSE-build-type: Simple-cabal-version: >= 1.10--source-repository head- type: git- location: https://github.com/A1-Triard/binary-ext--library- exposed-modules:- Control.Monad.Error.Map- Data.Conduit.Parsers- Data.Conduit.Parsers.Binary- Data.Conduit.Parsers.Binary.ByteOffset- Data.Conduit.Parsers.Binary.Get- Data.Conduit.Parsers.Binary.Put- Data.Conduit.Parsers.GetC- Data.Conduit.Parsers.PutS- Data.Conduit.Parsers.Text- Data.Conduit.Parsers.Text.Gen- Data.Conduit.Parsers.Text.Parser- Data.Conduit.Parsers.Text.TextOffset- other-modules:- Paths_binary_ext- hs-source-dirs:- src- default-extensions: BangPatterns FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving MultiParamTypeClasses StandaloneDeriving RankNTypes TupleSections TypeFamilies UndecidableInstances- ghc-options: -fmax-pmcheck-iterations=100000000 -Wall -fprint-potential-instances -fsimpl-tick-factor=110- build-depends:- attoparsec- , base >=4.11 && <5- , binary- , bytestring- , conduit >=1.3.0- , conduit-combinators- , data-binary-ieee754- , errors- , exceptions- , monad-control- , monad-loops- , mono-traversable- , mtl- , scientific- , text- , transformers- , transformers-base- default-language: Haskell2010--test-suite binary-ext-test- type: exitcode-stdio-1.0- main-is: Spec.hs- other-modules:- Data.Conduit.Parsers.Binary.Get.Spec- Data.Conduit.Parsers.Binary.Put.Spec- Data.Conduit.Parsers.Text.Gen.Spec- Data.Conduit.Parsers.Text.Parser.Spec- Paths_binary_ext- hs-source-dirs:- test- default-extensions: BangPatterns FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving MultiParamTypeClasses StandaloneDeriving RankNTypes TupleSections TypeFamilies UndecidableInstances OverloadedStrings- ghc-options: -fmax-pmcheck-iterations=100000000 -Wall -fprint-potential-instances -fsimpl-tick-factor=110 -threaded -rtsopts -with-rtsopts=-N- build-depends:- HUnit- , attoparsec- , base >=4.11 && <5- , binary- , binary-ext- , bytestring- , conduit >=1.3.0- , conduit-combinators- , data-binary-ieee754- , errors- , exceptions- , monad-control- , monad-loops- , mono-traversable- , mtl- , scientific- , text- , transformers- , transformers-base- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.28.2. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 5e878d5ddd16de412deb40f8158ec6551bb62df85335c23687a79ee87c98423a + +name: binary-ext +version: 2.0.4 +x-revision: 1 +synopsis: An alternate with strong-typed errors for `Data.Binary.Get` monad from `binary` package. +description: An alternate with strong-typed errors for `Data.Binary.Get` monad from `binary` package. +category: Data, Parsing +homepage: https://github.com/A1-Triard/binary-ext#readme +bug-reports: https://github.com/A1-Triard/binary-ext/issues +author: Warlock <internalmike@gmail.com> +maintainer: Warlock <internalmike@gmail.com> +copyright: 2017, 2018 Warlock <internalmike@gmail.com> +license: Apache +license-file: LICENSE +build-type: Simple +cabal-version: >= 1.10 + +source-repository head + type: git + location: https://github.com/A1-Triard/binary-ext + +library + exposed-modules: + Control.Monad.Error.Map + Data.Conduit.Parsers + Data.Conduit.Parsers.Binary + Data.Conduit.Parsers.Binary.ByteOffset + Data.Conduit.Parsers.Binary.Get + Data.Conduit.Parsers.Binary.Put + Data.Conduit.Parsers.GetC + Data.Conduit.Parsers.PutS + Data.Conduit.Parsers.Text + Data.Conduit.Parsers.Text.Gen + Data.Conduit.Parsers.Text.Parser + Data.Conduit.Parsers.Text.TextOffset + other-modules: + Paths_binary_ext + hs-source-dirs: + src + default-extensions: BangPatterns FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving MultiParamTypeClasses StandaloneDeriving RankNTypes TupleSections TypeFamilies UndecidableInstances + ghc-options: -fmax-pmcheck-iterations=100000000 -Wall -fprint-potential-instances -fsimpl-tick-factor=110 + build-depends: + attoparsec + , base >=4.11 && <5 + , binary + , bytestring + , conduit >=1.3.0 + , conduit-combinators + , data-binary-ieee754 + , errors + , exceptions + , monad-control + , monad-loops + , mono-traversable + , mtl < 2.3 + , scientific + , text + , transformers + , transformers-base + default-language: Haskell2010 + +test-suite binary-ext-test + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + Data.Conduit.Parsers.Binary.Get.Spec + Data.Conduit.Parsers.Binary.Put.Spec + Data.Conduit.Parsers.Text.Gen.Spec + Data.Conduit.Parsers.Text.Parser.Spec + Paths_binary_ext + hs-source-dirs: + test + default-extensions: BangPatterns FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving MultiParamTypeClasses StandaloneDeriving RankNTypes TupleSections TypeFamilies UndecidableInstances OverloadedStrings + ghc-options: -fmax-pmcheck-iterations=100000000 -Wall -fprint-potential-instances -fsimpl-tick-factor=110 -threaded -rtsopts -with-rtsopts=-N + build-depends: + HUnit + , attoparsec + , base >=4.11 && <5 + , binary + , binary-ext + , bytestring + , conduit >=1.3.0 + , conduit-combinators + , data-binary-ieee754 + , errors + , exceptions + , monad-control + , monad-loops + , mono-traversable + , mtl + , scientific + , text + , transformers + , transformers-base + default-language: Haskell2010