packages feed

multiarg 0.30.0.8 → 0.30.0.10

raw patch · 1 files changed

+15/−15 lines, 1 filesdep ~QuickCheckdep ~tastydep ~tasty-quickcheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, tasty, tasty-quickcheck, tasty-th

API changes (from Hackage documentation)

Files

multiarg.cabal view
@@ -3,11 +3,11 @@ -- http://www.github.com/massysett/cartel -- -- Script name used to generate: genCabal.hs--- Generated on: 2015-03-27 14:12:09.730827 EDT--- Cartel library version: 0.14.2.0+-- Generated on: 2015-09-09 21:55:24.296803 EDT+-- Cartel library version: 0.14.2.6  name: multiarg-version: 0.30.0.8+version: 0.30.0.10 cabal-version: >= 1.18 license: BSD3 license-file: LICENSE@@ -66,10 +66,10 @@     build-depends:         base >= 4.7.0.0 && < 5     build-depends:-        QuickCheck >= 2.7 && < 2.9-      , tasty >= 0.10 && < 0.11-      , tasty-quickcheck >= 0.8 && < 0.9-      , tasty-th >= 0.1 && < 0.2+        QuickCheck >= 2.7+      , tasty >= 0.10+      , tasty-quickcheck >= 0.8+      , tasty-th >= 0.1     other-modules:       Multiarg       Multiarg.Examples@@ -107,10 +107,10 @@     build-depends:         base >= 4.7.0.0 && < 5     build-depends:-        QuickCheck >= 2.7 && < 2.9-      , tasty >= 0.10 && < 0.11-      , tasty-quickcheck >= 0.8 && < 0.9-      , tasty-th >= 0.1 && < 0.2+        QuickCheck >= 2.7+      , tasty >= 0.10+      , tasty-quickcheck >= 0.8+      , tasty-th >= 0.1     other-modules:       Multiarg       Multiarg.Examples@@ -171,10 +171,10 @@   other-extensions:     TemplateHaskell   build-depends:-      QuickCheck >= 2.7 && < 2.9-    , tasty >= 0.10 && < 0.11-    , tasty-quickcheck >= 0.8 && < 0.9-    , tasty-th >= 0.1 && < 0.2+      QuickCheck >= 2.7+    , tasty >= 0.10+    , tasty-quickcheck >= 0.8+    , tasty-th >= 0.1  Flag programs   description: Build sample programs