fast-builder 0.0.0.5 → 0.0.0.6
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- fast-builder.cabal +4/−4
fast-builder.cabal view
@@ -1,5 +1,5 @@ name: fast-builder-version: 0.0.0.5+version: 0.0.0.6 synopsis: Fast ByteString Builder description: An efficient implementation of ByteString builder. It should be faster than the standard implementation in most cases.@@ -9,14 +9,14 @@ license: PublicDomain license-file: LICENSE author: Takano Akio-maintainer: aljee@hyper.cx+maintainer: tak@anoak.io -- copyright: category: Data build-type: Simple extra-source-files: benchmarks/aeson/*.hs benchmarks/aeson/*.json cabal-version: >=1.10-tested-with: GHC >= 7.10.1 && < 8+tested-with: GHC >= 7.10.1 && < 8.1 library exposed-modules: Data.ByteString.FastBuilder,@@ -24,7 +24,7 @@ other-modules: Data.ByteString.FastBuilder.Internal.Prim -- other-extensions:- build-depends: base >= 4.8 && < 4.9, bytestring >= 0.10.6.0, ghc-prim+ build-depends: base >= 4.8 && < 4.10, bytestring >= 0.10.6.0, ghc-prim -- hs-source-dirs: default-language: Haskell2010 ghc-options: -Wall -g