wide-word 0.1.0.5 → 0.1.0.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- wide-word.cabal +2/−2
wide-word.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: wide-word-version: 0.1.0.5+version: 0.1.0.6 synopsis: Data types for large but fixed width signed and unsigned integers description: A library to provide data types for large (ie > 64 bits) but fixed width signed@@ -53,6 +53,6 @@ build-depends: base >= 4.8 && < 5.0 , bytestring >= 0.10 , ghc-prim- , hspec >= 2.3 && < 2.5+ , hspec >= 2.3 && < 2.6 , QuickCheck >= 2.9 , wide-word