Cabal revisions of hw-streams-0.0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.2--name: hw-streams-version: 0.0.1.0-synopsis: Primitive functions and data types-description: Primitive functions and data types.-category: Data-stability: Experimental-homepage: http://github.com/haskell-works/hw-streams#readme-bug-reports: https://github.com/haskell-works/hw-streams/issues-author: John Ky-maintainer: newhoggy@gmail.com-copyright: 2016-2020 John Ky-license: BSD-3-Clause-license-file: LICENSE-tested-with: GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4-build-type: Simple-extra-source-files: README.md--source-repository head- type: git- location: https://github.com/haskell-works/hw-streams--flag bounds-checking-enabled- description: Enable bmi2 instruction set- manual: False- default: False--common base { build-depends: base >= 4.11 && < 5 }--common bytestring { build-depends: bytestring >= 0.9 && < 0.11 }-common criterion { build-depends: criterion >= 1.2 && < 1.6 }-common directory { build-depends: directory >= 1.2 && < 1.4 }-common doctest { build-depends: doctest >= 0.16.2 && < 0.17 }-common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }-common exceptions { build-depends: exceptions >= 0.8 && < 0.11 }-common ghc-prim { build-depends: ghc-prim >= 0.4 && < 0.7 }-common hedgehog { build-depends: hedgehog >= 0.5 && < 1.1 }-common hspec { build-depends: hspec >= 2.4 && < 2.8 }-common hw-bits { build-depends: hw-bits >= 0.7.0.3 && < 0.8 }-common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 }-common hw-prim { build-depends: hw-prim >= 0.6.2.17 && < 0.7 }-common mmap { build-depends: mmap >= 0.5 && < 0.6 }-common primitive { build-depends: primitive >= 0.6.3.0 && < 0.8 }-common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.15 }-common transformers { build-depends: transformers >= 0.4 && < 0.6 }-common vector { build-depends: vector >= 0.12 && < 0.13 }--common config- if flag(bounds-checking-enabled)- cpp-options: -DBOUNDS_CHECKING_ENABLED- default-language: Haskell2010- other-extensions: AllowAmbiguousTypes--common hw-streams- build-depends: hw-streams--library- import: base, config- , bytestring- , ghc-prim- , hw-bits- , hw-prim- , mmap- , primitive- , transformers- , vector- exposed-modules: HaskellWorks.Data.Streams.ByteString- HaskellWorks.Data.Streams.ByteString.Lazy- HaskellWorks.Data.Streams.Internal- HaskellWorks.Data.Streams.Internal.Bundle- HaskellWorks.Data.Streams.Internal.Chunk- HaskellWorks.Data.Streams.Size- HaskellWorks.Data.Streams.Stream- HaskellWorks.Data.Streams.Stream.Ops- HaskellWorks.Data.Streams.Vector- HaskellWorks.Data.Streams.Vector.Storable- other-modules: Paths_hw_streams- autogen-modules: Paths_hw_streams- hs-source-dirs: src- ghc-options: -Wall -O2 -msse4.2--test-suite hw-streams-test- import: base, config- , QuickCheck- , bytestring- , directory- , exceptions- , ghc-prim- , hedgehog- , hspec- , hw-bits- , hw-hspec-hedgehog- , hw-prim- , mmap- , primitive- , transformers- , vector- type: exitcode-stdio-1.0- main-is: Spec.hs- hs-source-dirs: test- other-modules: HaskellWorks.Data.Streams.Stream.OpsSpec- HaskellWorks.Data.Streams.Vector.StorableSpec- Test.Gen- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N- build-depends: hw-streams- build-tool-depends: hspec-discover:hspec-discover--benchmark bench- import: base, config- , bytestring- , criterion- , ghc-prim- , hw-bits- , hw-prim- , mmap- , primitive- , transformers- , vector- type: exitcode-stdio-1.0- main-is: Main.hs- hs-source-dirs: bench- build-depends: hw-streams- ghc-options: -Wall -O2 -msse4.2- other-modules: Baseline.Data.Streams.Vector.Storable- Reference.Data.Streams.Vector.Storable--test-suite doctest- import: base, config- , doctest- , doctest-discover- , hw-streams- type: exitcode-stdio-1.0- ghc-options: -threaded- main-is: DoctestDriver.hs- HS-Source-Dirs: doctest- build-tool-depends: doctest-discover:doctest-discover+cabal-version: 2.2 + +name: hw-streams +version: 0.0.1.0 +x-revision: 1 +synopsis: Primitive functions and data types +description: Primitive functions and data types. +category: Data +stability: Experimental +homepage: http://github.com/haskell-works/hw-streams#readme +bug-reports: https://github.com/haskell-works/hw-streams/issues +author: John Ky +maintainer: newhoggy@gmail.com +copyright: 2016-2020 John Ky +license: BSD-3-Clause +license-file: LICENSE +tested-with: GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4 +build-type: Simple +extra-source-files: README.md + +source-repository head + type: git + location: https://github.com/haskell-works/hw-streams + +flag bounds-checking-enabled + description: Enable bmi2 instruction set + manual: False + default: False + +common base { build-depends: base >= 4.11 && < 5 } + +common bytestring { build-depends: bytestring >= 0.9 && < 0.11 } +common criterion { build-depends: criterion >= 1.2 && < 1.6 } +common directory { build-depends: directory >= 1.2 && < 1.4 } +common doctest { build-depends: doctest >= 0.16.2 && < 0.19 } +common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } +common exceptions { build-depends: exceptions >= 0.8 && < 0.11 } +common ghc-prim { build-depends: ghc-prim >= 0.4 && < 0.7 } +common hedgehog { build-depends: hedgehog >= 0.5 && < 1.1 } +common hspec { build-depends: hspec >= 2.4 && < 2.8 } +common hw-bits { build-depends: hw-bits >= 0.7.0.3 && < 0.8 } +common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 } +common hw-prim { build-depends: hw-prim >= 0.6.2.17 && < 0.7 } +common mmap { build-depends: mmap >= 0.5 && < 0.6 } +common primitive { build-depends: primitive >= 0.6.3.0 && < 0.8 } +common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.15 } +common transformers { build-depends: transformers >= 0.4 && < 0.6 } +common vector { build-depends: vector >= 0.12 && < 0.13 } + +common config + if flag(bounds-checking-enabled) + cpp-options: -DBOUNDS_CHECKING_ENABLED + default-language: Haskell2010 + other-extensions: AllowAmbiguousTypes + +common hw-streams + build-depends: hw-streams + +library + import: base, config + , bytestring + , ghc-prim + , hw-bits + , hw-prim + , mmap + , primitive + , transformers + , vector + exposed-modules: HaskellWorks.Data.Streams.ByteString + HaskellWorks.Data.Streams.ByteString.Lazy + HaskellWorks.Data.Streams.Internal + HaskellWorks.Data.Streams.Internal.Bundle + HaskellWorks.Data.Streams.Internal.Chunk + HaskellWorks.Data.Streams.Size + HaskellWorks.Data.Streams.Stream + HaskellWorks.Data.Streams.Stream.Ops + HaskellWorks.Data.Streams.Vector + HaskellWorks.Data.Streams.Vector.Storable + other-modules: Paths_hw_streams + autogen-modules: Paths_hw_streams + hs-source-dirs: src + ghc-options: -Wall -O2 -msse4.2 + +test-suite hw-streams-test + import: base, config + , QuickCheck + , bytestring + , directory + , exceptions + , ghc-prim + , hedgehog + , hspec + , hw-bits + , hw-hspec-hedgehog + , hw-prim + , mmap + , primitive + , transformers + , vector + type: exitcode-stdio-1.0 + main-is: Spec.hs + hs-source-dirs: test + other-modules: HaskellWorks.Data.Streams.Stream.OpsSpec + HaskellWorks.Data.Streams.Vector.StorableSpec + Test.Gen + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + build-depends: hw-streams + build-tool-depends: hspec-discover:hspec-discover + +benchmark bench + import: base, config + , bytestring + , criterion + , ghc-prim + , hw-bits + , hw-prim + , mmap + , primitive + , transformers + , vector + type: exitcode-stdio-1.0 + main-is: Main.hs + hs-source-dirs: bench + build-depends: hw-streams + ghc-options: -Wall -O2 -msse4.2 + other-modules: Baseline.Data.Streams.Vector.Storable + Reference.Data.Streams.Vector.Storable + +test-suite doctest + import: base, config + , doctest + , doctest-discover + , hw-streams + type: exitcode-stdio-1.0 + ghc-options: -threaded + main-is: DoctestDriver.hs + HS-Source-Dirs: doctest + build-tool-depends: doctest-discover:doctest-discover
revision 2
name: hw-streams version: 0.0.1.0 -x-revision: 1 +x-revision: 2 synopsis: Primitive functions and data types description: Primitive functions and data types. category: Data bug-reports: https://github.com/haskell-works/hw-streams/issues author: John Ky maintainer: newhoggy@gmail.com -copyright: 2016-2020 John Ky +copyright: 2016-2021 John Ky license: BSD-3-Clause license-file: LICENSE -tested-with: GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5, GHC == 8.4.4 +tested-with: GHC == 9.0.1, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5 build-type: Simple extra-source-files: README.md common base { build-depends: base >= 4.11 && < 5 } -common bytestring { build-depends: bytestring >= 0.9 && < 0.11 } +common bytestring { build-depends: bytestring >= 0.9 && < 0.12 } common criterion { build-depends: criterion >= 1.2 && < 1.6 } common directory { build-depends: directory >= 1.2 && < 1.4 } common doctest { build-depends: doctest >= 0.16.2 && < 0.19 } common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } common exceptions { build-depends: exceptions >= 0.8 && < 0.11 } -common ghc-prim { build-depends: ghc-prim >= 0.4 && < 0.7 } +common ghc-prim { build-depends: ghc-prim >= 0.4 && < 0.8 } common hedgehog { build-depends: hedgehog >= 0.5 && < 1.1 } common hspec { build-depends: hspec >= 2.4 && < 2.8 } common hw-bits { build-depends: hw-bits >= 0.7.0.3 && < 0.8 }
revision 3
name: hw-streams version: 0.0.1.0 -x-revision: 2 +x-revision: 3 synopsis: Primitive functions and data types description: Primitive functions and data types. category: Data copyright: 2016-2021 John Ky license: BSD-3-Clause license-file: LICENSE -tested-with: GHC == 9.0.1, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5 +tested-with: GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5 build-type: Simple extra-source-files: README.md common bytestring { build-depends: bytestring >= 0.9 && < 0.12 } common criterion { build-depends: criterion >= 1.2 && < 1.6 } common directory { build-depends: directory >= 1.2 && < 1.4 } -common doctest { build-depends: doctest >= 0.16.2 && < 0.19 } +common doctest { build-depends: doctest >= 0.16.2 && < 0.21 } common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } common exceptions { build-depends: exceptions >= 0.8 && < 0.11 } -common ghc-prim { build-depends: ghc-prim >= 0.4 && < 0.8 } -common hedgehog { build-depends: hedgehog >= 0.5 && < 1.1 } -common hspec { build-depends: hspec >= 2.4 && < 2.8 } +common ghc-prim { build-depends: ghc-prim >= 0.4 && < 0.9 } +common hedgehog { build-depends: hedgehog >= 0.5 && < 1.2 } +common hspec { build-depends: hspec >= 2.4 && < 3 } common hw-bits { build-depends: hw-bits >= 0.7.0.3 && < 0.8 } common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 } common hw-prim { build-depends: hw-prim >= 0.6.2.17 && < 0.7 } common mmap { build-depends: mmap >= 0.5 && < 0.6 } common primitive { build-depends: primitive >= 0.6.3.0 && < 0.8 } common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.15 } -common transformers { build-depends: transformers >= 0.4 && < 0.6 } +common transformers { build-depends: transformers >= 0.4 && < 0.7 } common vector { build-depends: vector >= 0.12 && < 0.13 } common config
revision 4
name: hw-streams version: 0.0.1.0 -x-revision: 3 +x-revision: 4 synopsis: Primitive functions and data types description: Primitive functions and data types. category: Data common base { build-depends: base >= 4.11 && < 5 } common bytestring { build-depends: bytestring >= 0.9 && < 0.12 } -common criterion { build-depends: criterion >= 1.2 && < 1.6 } +common criterion { build-depends: criterion >= 1.2 && < 1.7 } common directory { build-depends: directory >= 1.2 && < 1.4 } common doctest { build-depends: doctest >= 0.16.2 && < 0.21 } common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } common exceptions { build-depends: exceptions >= 0.8 && < 0.11 } -common ghc-prim { build-depends: ghc-prim >= 0.4 && < 0.9 } +common ghc-prim { build-depends: ghc-prim >= 0.4 && < 0.10 } common hedgehog { build-depends: hedgehog >= 0.5 && < 1.2 } common hspec { build-depends: hspec >= 2.4 && < 3 } common hw-bits { build-depends: hw-bits >= 0.7.0.3 && < 0.8 } common primitive { build-depends: primitive >= 0.6.3.0 && < 0.8 } common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.15 } common transformers { build-depends: transformers >= 0.4 && < 0.7 } -common vector { build-depends: vector >= 0.12 && < 0.13 } +common vector { build-depends: vector >= 0.12 && < 0.14 } common config if flag(bounds-checking-enabled)
revision 5
name: hw-streams version: 0.0.1.0 -x-revision: 4 +x-revision: 5 synopsis: Primitive functions and data types description: Primitive functions and data types. category: Data common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 } common exceptions { build-depends: exceptions >= 0.8 && < 0.11 } common ghc-prim { build-depends: ghc-prim >= 0.4 && < 0.10 } -common hedgehog { build-depends: hedgehog >= 0.5 && < 1.2 } +common hedgehog { build-depends: hedgehog >= 0.5 && < 1.3 } common hspec { build-depends: hspec >= 2.4 && < 3 } common hw-bits { build-depends: hw-bits >= 0.7.0.3 && < 0.8 } common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 }