packages feed

bytestring-builder 0.10.4.0 → 0.10.4.0.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basedep ~deepseq

Dependency ranges changed: base, deepseq

Files

bytestring-builder.cabal view
@@ -1,5 +1,5 @@ name:                bytestring-builder-version:             0.10.4.0+version:             0.10.4.0.1 synopsis:            The new bytestring builder, packaged outside of GHC description:   This is the bytestring builder that is debuting in bytestring-0.10.4.0, which@@ -50,7 +50,7 @@ source-repository this   type:     git   location: http://github.com/lpsmith/bytestring-builder-  tag:      v0.10.4.0+  tag:      v0.10.4.0.1  -- Note that these flags are set by Setup.hs @@ -63,8 +63,8 @@   manual: True  library-  build-depends:     base == 4.* ,-                     bytestring >= 0.9 && < 1.0,+  build-depends:     base >= 4.2 && < 5,+                     bytestring >= 0.9 && < 0.10.1 || == 0.10.4.*,                      deepseq    if !flag(bytestring_has_itoa_c)