bytestring-handle 0.1.0.5 → 0.1.0.6
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~HUnitdep ~QuickCheckdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit, QuickCheck, base, bytestring
API changes (from Hackage documentation)
Files
- bytestring-handle.cabal +5/−5
bytestring-handle.cabal view
@@ -1,5 +1,5 @@ name: bytestring-handle-version: 0.1.0.5+version: 0.1.0.6 synopsis: ByteString-backed Handles -- description: homepage: http://hub.darcs.net/ganesh/bytestring-handle@@ -18,7 +18,7 @@ Data.ByteString.Handle.Read Data.ByteString.Handle.Write build-depends: bytestring >= 0.9.1.5 && < 0.11,- base >= 4.2 && < 4.10+ base >= 4.2 && < 4.11 hs-source-dirs: src test-suite test@@ -28,11 +28,11 @@ main-is: Test.hs build-depends:- QuickCheck >= 2.1.2 && < 2.10,+ QuickCheck >= 2.1.2 && < 2.11, test-framework-quickcheck2 >= 0.2.5 && < 0.4,- HUnit >= 1.2 && < 1.6,+ HUnit >= 1.2 && < 1.7, test-framework-hunit >= 0.2.0 && < 0.4, test-framework >= 0.2.0 && < 0.9, bytestring >= 0.9.1.5 && < 0.11,- base >= 4.2 && < 4.10,+ base >= 4.2 && < 4.11, bytestring-handle