packages feed

hasbolt 0.1.1.2 → 0.1.1.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~QuickCheckdep ~basedep ~hasboltPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, base, hasbolt

API changes (from Hackage documentation)

Files

hasbolt.cabal view
@@ -1,5 +1,5 @@ name: hasbolt-version: 0.1.1.2+version: 0.1.1.3 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -33,7 +33,7 @@     exposed-modules:         Database.Bolt     build-depends:-        base >=4.8 && <5,+        base >=4.7 && <5,         bytestring >=0.10.8.1 && <0.11,         text >=1.2.2.1 && <1.3,         containers >=0.5.7.1 && <0.6,@@ -63,9 +63,9 @@     main-is: Spec.hs     build-depends:         base >=4.8 && <5,-        hasbolt >=0.1.1.2 && <0.2,+        hasbolt >=0.1.1.3 && <0.2,         hspec >=2.4.1 && <2.5,-        QuickCheck >=2.9.2 && <2.10,+        QuickCheck >=2.9 && <2.11,         hex >=0.1.2 && <0.2,         text >=1.2.2.1 && <1.3,         containers >=0.5.7.1 && <0.6,