cabal-cargs 0.7.2 → 0.7.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~tastydep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty, text
API changes (from Hackage documentation)
Files
- CHANGELOG +4/−0
- cabal-cargs.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,7 @@+0.7.3+-----+* Fixing build failure of tasty 0.8.1.3+ 0.7.2 ----- * Build/tested with GHC 7.8.3
cabal-cargs.cabal view
@@ -1,5 +1,5 @@ name: cabal-cargs-version: 0.7.2+version: 0.7.3 cabal-version: >=1.9.2 build-type: Simple license: BSD3@@ -44,7 +44,7 @@ strict >=0.3.2 && <0.4, transformers >=0.3.0.0 && <0.5, either >=4.1.1 && <4.4,- text >=1.1.0.1 && <1.2,+ text >=1.1.0.1 && <1.3, system-filepath >=0.4.9 && <0.5, system-fileio >=0.3.12 && <0.4, unordered-containers >=0.2.3.3 && <0.3,@@ -78,7 +78,7 @@ test-suite tests build-depends: base >=3 && <5,- tasty >=0.7 && <0.9,+ tasty >=0.9.0.1 && <0.11, tasty-golden >=2.2.0.2 && <2.3, filepath >=1.3.0.1 && <1.4, cabal-cargs -any