mellon-core 0.7.1.1 → 0.8.0.1
raw patch · 2 files changed
+12/−4 lines, 2 filesdep ~hlintPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hlint
API changes (from Hackage documentation)
Files
- changelog.md +8/−0
- mellon-core.cabal +4/−4
changelog.md view
@@ -1,3 +1,11 @@+## 0.8.0.1 (2017-09-04)++- Hackage compliance fix.++## 0.8.0.0 (2017-09-04)++- No changes, version bump only.+ ## 0.7.1.1 (2017-05-24) No changes; copyright has been assigned to Quixoftic, LLC.
mellon-core.cabal view
@@ -1,6 +1,6 @@ Name: mellon-core-Version: 0.7.1.1-Cabal-Version: >= 1.10+Version: 0.8.0.1+Cabal-Version: >= 1.18 Build-Type: Simple Author: Drew Hess <dhess-src@quixoftic.com> Maintainer: Drew Hess <dhess-src@quixoftic.com>@@ -161,7 +161,7 @@ Buildable: False Else Build-Depends: base- , hlint == 1.9.*+ , hlint >= 1.9 && < 2.1 Test-Suite doctest Type: exitcode-stdio-1.0@@ -204,4 +204,4 @@ Source-Repository this Type: git Location: git://github.com/quixoftic/mellon.git- Tag: v0.7.1.1+ Tag: v0.8.0.1