quiver-binary 0.1.1.0 → 0.1.1.1
raw patch · 1 files changed
+4/−5 lines, 1 filesdep ~QuickCheckdep ~hspecPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: QuickCheck, hspec
API changes (from Hackage documentation)
- Control.Quiver.Binary: spdecodeL :: (Binary a, Monad m) => SP ByteString a m String
+ Control.Quiver.Binary: spdecodeL :: forall a m. (Binary a, Monad m) => SP ByteString a m String
Files
- quiver-binary.cabal +4/−5
quiver-binary.cabal view
@@ -1,5 +1,5 @@ name: quiver-binary-version: 0.1.1.0+version: 0.1.1.1 synopsis: Binary serialisation support for Quivers description: Handling for the binary library within Quivers license: MIT@@ -13,7 +13,7 @@ , stack.yaml cabal-version: >=1.10 -tested-with: GHC == 7.10.2, GHC == 7.11.*+tested-with: GHC == 7.10.2, GHC == 8.0.1, GHC == 8.1.* source-repository head type: git@@ -40,11 +40,10 @@ , quiver , transformers >= 0.4 && < 0.6 - , QuickCheck >= 2.5 && < 2.9+ , QuickCheck >= 2.5 && < 2.10 -- Just to make it nicer to write- , hspec >= 2.1 && < 2.3+ , hspec >= 2.1 && < 2.4 hs-source-dirs: test default-language: Haskell2010 ghc-options: -Wall- ghc-prof-options: -prof -auto