fgl 5.7.0.0 → 5.7.0.1
raw patch · 2 files changed
+9/−4 lines, 2 filesdep ~QuickCheckdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, hspec
API changes (from Hackage documentation)
Files
ChangeLog view
@@ -1,3 +1,8 @@+5.7.0.1+-------++* Accidentally released the wrong version.+ 5.7.0.0 -------
fgl.cabal view
@@ -1,5 +1,5 @@ name: fgl-version: 5.7.0.0+version: 5.7.0.1 license: BSD3 license-file: LICENSE author: Martin Erwig, Ivan Lazar Miljenovic@@ -19,7 +19,7 @@ tested-with: GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1, GHC == 8.2.2,- GHC == 8.4.3, GHC == 8.6.1+ GHC == 8.4.3, GHC == 8.6.2 source-repository head type: git@@ -91,8 +91,8 @@ build-depends: fgl , base- , QuickCheck >= 2.8 && < 2.12- , hspec >= 2.1 && < 2.6+ , QuickCheck >= 2.8 && < 2.13+ , hspec >= 2.1 && < 2.7 , containers hs-source-dirs: test