Cabal revisions of streaming-attoparsec-1.0.0
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.20.0.------ see: https://github.com/sol/hpack------ hash: 90500d245bb6e2f2273b7c717ef402a318fabc31c8196248da19d72c3739e64b--name: streaming-attoparsec-version: 1.0.0-synopsis: Attoparsec integration for the streaming ecosystem-description: Attoparsec integration for the streaming ecosystem.-category: Streaming-homepage: https://github.com/haskell-streaming/streaming-attoparsec-author: Michael Thompson-maintainer: Colin Woodbury, colingw@gmail.com-license: BSD3-license-file: LICENSE-build-type: Simple-cabal-version: >= 1.10--extra-source-files:- CHANGELOG.md- README.md--library- hs-source-dirs:- ./.- ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-incomplete-uni-patterns- build-depends:- attoparsec >=0.13 && <0.14- , base >=4.7 && <5- , bytestring- , streaming >=0.1.4.5 && <0.3- , streaming-bytestring >=0.1.4.0 && <0.2- exposed-modules:- Data.Attoparsec.ByteString.Streaming- default-language: Haskell2010--test-suite streaming-attoparsec-test- type: exitcode-stdio-1.0- main-is: Test.hs- hs-source-dirs:- test- ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-incomplete-uni-patterns -threaded -with-rtsopts=-N- build-depends:- attoparsec >=0.13 && <0.14- , base >=4.7 && <5- , bytestring- , streaming >=0.1.4.5 && <0.3- , streaming-attoparsec- , streaming-bytestring >=0.1.4.0 && <0.2- , tasty >=0.11 && <1.1- , tasty-hunit >=0.9 && <0.11- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.20.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 90500d245bb6e2f2273b7c717ef402a318fabc31c8196248da19d72c3739e64b + +name: streaming-attoparsec +version: 1.0.0 +x-revision: 1 +synopsis: Attoparsec integration for the streaming ecosystem +description: Attoparsec integration for the streaming ecosystem. +category: Streaming +homepage: https://github.com/haskell-streaming/streaming-attoparsec +author: Michael Thompson +maintainer: Colin Woodbury, colingw@gmail.com +license: BSD3 +license-file: LICENSE +build-type: Simple +cabal-version: >= 1.10 + +extra-source-files: + CHANGELOG.md + README.md + +library + hs-source-dirs: + ./. + ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-incomplete-uni-patterns + build-depends: + attoparsec >=0.13 && <0.14 + , base >=4.7 && <5 + , bytestring + , streaming >=0.1.4.5 && <0.3 + , streaming-bytestring >=0.1.4.0 && <0.2 + exposed-modules: + Data.Attoparsec.ByteString.Streaming + default-language: Haskell2010 + +test-suite streaming-attoparsec-test + type: exitcode-stdio-1.0 + main-is: Test.hs + hs-source-dirs: + test + ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-incomplete-uni-patterns -threaded -with-rtsopts=-N + build-depends: + attoparsec >=0.13 && <0.14 + , base >=4.7 && <5 + , bytestring + , streaming >=0.1.4.5 && <0.3 + , streaming-attoparsec + , streaming-bytestring >=0.1.4.0 && <0.2 + , tasty >=0.11 && <1.2 + , tasty-hunit >=0.9 && <0.11 + default-language: Haskell2010
revision 2
name: streaming-attoparsec version: 1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Attoparsec integration for the streaming ecosystem description: Attoparsec integration for the streaming ecosystem. category: Streaming , streaming >=0.1.4.5 && <0.3 , streaming-attoparsec , streaming-bytestring >=0.1.4.0 && <0.2 - , tasty >=0.11 && <1.2 + , tasty >=0.11 && <1.3 , tasty-hunit >=0.9 && <0.11 default-language: Haskell2010