hinterface 0.10.0 → 0.11.0
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~QuickCheckdep ~asyncdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, async, hspec, vector
API changes (from Hackage documentation)
Files
- hinterface.cabal +6/−6
- stack.yaml +1/−1
hinterface.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.22 name: hinterface-version: 0.10.0+version: 0.11.0 license: BSD3 license-file: LICENSE copyright: 2016-2019 Timo Koepke, Sven Heyll@@ -52,7 +52,7 @@ FlexibleContexts PatternSynonyms ViewPatterns ghc-options: -Wall -funbox-strict-fields build-depends:- QuickCheck >=2.11.3 && <2.13,+ QuickCheck >=2.11 && <2.14, array >=0.5.2.0 && <0.6, async >=2.2.1 && <2.3, base >=4.9 && <5,@@ -101,13 +101,13 @@ other-extensions: CPP IncoherentInstances Strict StrictData ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends:- QuickCheck >=2.11.3 && <2.13,- async >=2.2.1,+ QuickCheck >=2.11.3 && <2.14,+ async >=2.2.2, base >=4.9 && <5, binary >=0.8.6.0, bytestring >=0.10.8.2, hinterface -any,- hspec >=2.4 && <2.7,+ hspec >=2.4 && <2.8, monad-logger >=0.3.30, transformers >=0.5.6.2,- vector >=0.12.0.2+ vector >=0.12.0.3
stack.yaml view
@@ -4,4 +4,4 @@ - . pvp-bounds: lower extra-deps: []-resolver: lts-13.13+resolver: lts-14.7