Cabal revisions of pipes-4.3.16
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: pipes-Version: 4.3.16-Cabal-Version: >= 1.10-Build-Type: Simple-Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1-License: BSD3-License-File: LICENSE-Copyright: 2012-2016 Gabriel Gonzalez-Author: Gabriel Gonzalez-Maintainer: Gabriel439@gmail.com-Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-Library/issues-Synopsis: Compositional pipelines-Description:- `pipes` is a clean and powerful stream processing library that lets you build- and connect reusable streaming components- .- Advantages over traditional streaming libraries:- .- * /Concise API/: Use simple commands like 'for', ('>->'), 'await', and 'yield'- .- * /Blazing fast/: Implementation tuned for speed, including shortcut fusion- .- * /Lightweight Dependency/: @pipes@ is small and compiles very rapidly,- including dependencies- .- * /Elegant semantics/: Use practical category theory- .- * /ListT/: Correct implementation of 'ListT' that interconverts with pipes- .- * /Bidirectionality/: Implement duplex channels- .- * /Extensive Documentation/: Second to none!- .- Import "Pipes" to use the library.- .- Read "Pipes.Tutorial" for an extensive tutorial.-Category: Control, Pipes-Extra-Source-Files:- CHANGELOG.md-Source-Repository head- Type: git- Location: https://github.com/Gabriel439/Haskell-Pipes-Library--Library- Default-Language: Haskell2010-- HS-Source-Dirs: src- Build-Depends:- base >= 4.8 && < 5 ,- transformers >= 0.2.0.0 && < 0.6 ,- exceptions >= 0.4 && < 0.11,- mmorph >= 1.0.4 && < 1.2 ,- mtl >= 2.2.1 && < 2.3 ,- void >= 0.4 && < 0.8-- if impl(ghc < 8.0)- Build-depends:- fail == 4.9.* ,- semigroups >= 0.17 && < 0.20-- Exposed-Modules:- Pipes,- Pipes.Core,- Pipes.Internal,- Pipes.Lift,- Pipes.Prelude,- Pipes.Tutorial- GHC-Options: -O2 -Wall--Benchmark prelude-benchmarks- Default-Language: Haskell2010- Type: exitcode-stdio-1.0- HS-Source-Dirs: benchmarks- Main-Is: PreludeBench.hs- Other-Modules: Common- GHC-Options: -O2 -Wall -rtsopts -fno-warn-unused-do-bind-- Build-Depends:- base >= 4.4 && < 5 ,- criterion >= 1.1.1.0 && < 1.6,- optparse-applicative >= 0.12 && < 0.17,- mtl >= 2.1 && < 2.3,- pipes--test-suite tests- Default-Language: Haskell2010- Type: exitcode-stdio-1.0- HS-Source-Dirs: tests- Main-Is: Main.hs- GHC-Options: -Wall -rtsopts -fno-warn-missing-signatures -fno-enable-rewrite-rules-- Build-Depends:- base >= 4.4 && < 5 ,- pipes ,- QuickCheck >= 2.4 && < 3 ,- mtl >= 2.1 && < 2.3 ,- test-framework >= 0.4 && < 1 ,- test-framework-quickcheck2 >= 0.2.0 && < 0.4 ,- transformers >= 0.2.0.0 && < 0.6--Benchmark lift-benchmarks- Default-Language: Haskell2010- Type: exitcode-stdio-1.0- HS-Source-Dirs: benchmarks- Main-Is: LiftBench.hs- Other-Modules: Common- GHC-Options: -O2 -Wall -rtsopts -fno-warn-unused-do-bind-- Build-Depends:- base >= 4.4 && < 5 ,- criterion >= 1.1.1.0 && < 1.6 ,- optparse-applicative >= 0.12 && < 0.17,- mtl >= 2.1 && < 2.3 ,- pipes ,- transformers >= 0.2.0.0 && < 0.6+Name: pipes +Version: 4.3.16 +x-revision: 1 +Cabal-Version: >= 1.10 +Build-Type: Simple +Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1 +License: BSD3 +License-File: LICENSE +Copyright: 2012-2016 Gabriel Gonzalez +Author: Gabriel Gonzalez +Maintainer: Gabriel439@gmail.com +Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-Library/issues +Synopsis: Compositional pipelines +Description: + `pipes` is a clean and powerful stream processing library that lets you build + and connect reusable streaming components + . + Advantages over traditional streaming libraries: + . + * /Concise API/: Use simple commands like 'for', ('>->'), 'await', and 'yield' + . + * /Blazing fast/: Implementation tuned for speed, including shortcut fusion + . + * /Lightweight Dependency/: @pipes@ is small and compiles very rapidly, + including dependencies + . + * /Elegant semantics/: Use practical category theory + . + * /ListT/: Correct implementation of 'ListT' that interconverts with pipes + . + * /Bidirectionality/: Implement duplex channels + . + * /Extensive Documentation/: Second to none! + . + Import "Pipes" to use the library. + . + Read "Pipes.Tutorial" for an extensive tutorial. +Category: Control, Pipes +Extra-Source-Files: + CHANGELOG.md +Source-Repository head + Type: git + Location: https://github.com/Gabriel439/Haskell-Pipes-Library + +Library + Default-Language: Haskell2010 + + HS-Source-Dirs: src + Build-Depends: + base >= 4.8 && < 5 , + transformers >= 0.2.0.0 && < 0.6 , + exceptions >= 0.4 && < 0.11, + mmorph >= 1.0.4 && < 1.3 , + mtl >= 2.2.1 && < 2.3 , + void >= 0.4 && < 0.8 + + if impl(ghc < 8.0) + Build-depends: + fail == 4.9.* , + semigroups >= 0.17 && < 0.20 + + Exposed-Modules: + Pipes, + Pipes.Core, + Pipes.Internal, + Pipes.Lift, + Pipes.Prelude, + Pipes.Tutorial + GHC-Options: -O2 -Wall + +Benchmark prelude-benchmarks + Default-Language: Haskell2010 + Type: exitcode-stdio-1.0 + HS-Source-Dirs: benchmarks + Main-Is: PreludeBench.hs + Other-Modules: Common + GHC-Options: -O2 -Wall -rtsopts -fno-warn-unused-do-bind + + Build-Depends: + base >= 4.4 && < 5 , + criterion >= 1.1.1.0 && < 1.6, + optparse-applicative >= 0.12 && < 0.17, + mtl >= 2.1 && < 2.3, + pipes + +test-suite tests + Default-Language: Haskell2010 + Type: exitcode-stdio-1.0 + HS-Source-Dirs: tests + Main-Is: Main.hs + GHC-Options: -Wall -rtsopts -fno-warn-missing-signatures -fno-enable-rewrite-rules + + Build-Depends: + base >= 4.4 && < 5 , + pipes , + QuickCheck >= 2.4 && < 3 , + mtl >= 2.1 && < 2.3 , + test-framework >= 0.4 && < 1 , + test-framework-quickcheck2 >= 0.2.0 && < 0.4 , + transformers >= 0.2.0.0 && < 0.6 + +Benchmark lift-benchmarks + Default-Language: Haskell2010 + Type: exitcode-stdio-1.0 + HS-Source-Dirs: benchmarks + Main-Is: LiftBench.hs + Other-Modules: Common + GHC-Options: -O2 -Wall -rtsopts -fno-warn-unused-do-bind + + Build-Depends: + base >= 4.4 && < 5 , + criterion >= 1.1.1.0 && < 1.6 , + optparse-applicative >= 0.12 && < 0.17, + mtl >= 2.1 && < 2.3 , + pipes , + transformers >= 0.2.0.0 && < 0.6
revision 2
Name: pipes Version: 4.3.16 -x-revision: 1 +x-revision: 2 Cabal-Version: >= 1.10 Build-Type: Simple Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1 Build-Depends: base >= 4.4 && < 5 , criterion >= 1.1.1.0 && < 1.6, - optparse-applicative >= 0.12 && < 0.17, + optparse-applicative >= 0.12 && < 0.18, mtl >= 2.1 && < 2.3, pipes Build-Depends: base >= 4.4 && < 5 , criterion >= 1.1.1.0 && < 1.6 , - optparse-applicative >= 0.12 && < 0.17, + optparse-applicative , mtl >= 2.1 && < 2.3 , pipes , transformers >= 0.2.0.0 && < 0.6
revision 3
Name: pipes Version: 4.3.16 -x-revision: 2 +x-revision: 3 Cabal-Version: >= 1.10 Build-Type: Simple Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1 HS-Source-Dirs: src Build-Depends: base >= 4.8 && < 5 , - transformers >= 0.2.0.0 && < 0.6 , + transformers >= 0.2.0.0 && < 0.7 , exceptions >= 0.4 && < 0.11, mmorph >= 1.0.4 && < 1.3 , - mtl >= 2.2.1 && < 2.3 , + mtl >= 2.2.1 && < 2.4 , void >= 0.4 && < 0.8 if impl(ghc < 8.0) base >= 4.4 && < 5 , criterion >= 1.1.1.0 && < 1.6, optparse-applicative >= 0.12 && < 0.18, - mtl >= 2.1 && < 2.3, + mtl >= 2.1 && < 2.4, pipes test-suite tests base >= 4.4 && < 5 , pipes , QuickCheck >= 2.4 && < 3 , - mtl >= 2.1 && < 2.3 , + mtl >= 2.1 && < 2.4 , test-framework >= 0.4 && < 1 , test-framework-quickcheck2 >= 0.2.0 && < 0.4 , - transformers >= 0.2.0.0 && < 0.6 + transformers >= 0.2.0.0 && < 0.7 Benchmark lift-benchmarks Default-Language: Haskell2010 base >= 4.4 && < 5 , criterion >= 1.1.1.0 && < 1.6 , optparse-applicative , - mtl >= 2.1 && < 2.3 , + mtl >= 2.1 && < 2.4 , pipes , - transformers >= 0.2.0.0 && < 0.6 + transformers >= 0.2.0.0 && < 0.7
revision 4
Name: pipes Version: 4.3.16 -x-revision: 3 +x-revision: 4 Cabal-Version: >= 1.10 Build-Type: Simple Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1 Build-Depends: base >= 4.4 && < 5 , - criterion >= 1.1.1.0 && < 1.6 , + criterion >= 1.1.1.0 && < 1.7 , optparse-applicative , mtl >= 2.1 && < 2.4 , pipes ,
revision 5
Name: pipes Version: 4.3.16 -x-revision: 4 +x-revision: 5 Cabal-Version: >= 1.10 Build-Type: Simple Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1 License: BSD3 License-File: LICENSE -Copyright: 2012-2016 Gabriel Gonzalez -Author: Gabriel Gonzalez -Maintainer: Gabriel439@gmail.com -Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-Library/issues +Copyright: 2012-2016 Gabriella Gonzalez +Author: Gabriella Gonzalez +Maintainer: GenuineGabriella@gmail.com +Bug-Reports: https://github.com/Gabriella439/Haskell-Pipes-Library/issues Synopsis: Compositional pipelines Description: `pipes` is a clean and powerful stream processing library that lets you build CHANGELOG.md Source-Repository head Type: git - Location: https://github.com/Gabriel439/Haskell-Pipes-Library + Location: https://github.com/Gabriella439/Haskell-Pipes-Library Library Default-Language: Haskell2010
revision 6
Name: pipes Version: 4.3.16 -x-revision: 5 +x-revision: 6 Cabal-Version: >= 1.10 Build-Type: Simple Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1 Build-Depends: base >= 4.4 && < 5 , - criterion >= 1.1.1.0 && < 1.6, + criterion >= 1.1.1.0 && < 1.7, optparse-applicative >= 0.12 && < 0.18, mtl >= 2.1 && < 2.4, pipes