nix-derivation 1.0.1 → 1.0.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~QuickCheckdep ~containersdep ~criterionPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, containers, criterion, pretty-show
API changes (from Hackage documentation)
Files
- nix-derivation.cabal +5/−5
nix-derivation.cabal view
@@ -1,5 +1,5 @@ Name: nix-derivation-Version: 1.0.1+Version: 1.0.2 Cabal-Version: >=1.10 Build-Type: Simple Tested-With: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2@@ -30,7 +30,7 @@ Build-Depends: base >= 4.6.0.0 && < 5 , attoparsec >= 0.12.0.0 && < 0.14,- containers < 0.6 ,+ containers < 0.7 , deepseq >= 1.4.0.0 && < 1.5 , system-filepath >= 0.3.1 && < 0.5 , text >= 0.8.0.0 && < 1.3 ,@@ -49,7 +49,7 @@ Build-Depends: base >= 4.6.0.0 && < 5 , attoparsec >= 0.12.0.0 && < 0.14,- pretty-show >= 1.6.11 && < 1.7 ,+ pretty-show >= 1.6.11 && < 1.10, text >= 0.8.0.0 && < 1.3 , nix-derivation GHC-Options: -Wall@@ -77,7 +77,7 @@ base >= 4.6.0.0 && < 5 , attoparsec >= 0.12.0.0 && < 0.14, nix-derivation ,- QuickCheck < 2.10,+ QuickCheck < 2.13, system-filepath >= 0.3.1 && < 0.5 , text >= 0.8.0.0 && < 1.3 , vector < 0.13@@ -92,6 +92,6 @@ Build-Depends: base >= 4.6.0.0 && < 5 , attoparsec >= 0.12.0.0 && < 0.14,- criterion >= 1.1.4.0 && < 1.3 ,+ criterion >= 1.1.4.0 && < 1.6 , nix-derivation , text >= 0.8.0.0 && < 1.3