packages feed

mellon-gpio 0.7.1.1 → 0.8.0.1

raw patch · 2 files changed

+13/−5 lines, 2 filesdep ~hlintdep ~mellon-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hlint, mellon-core

API changes (from Hackage documentation)

Files

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-gpio.cabal view
@@ -1,6 +1,6 @@ Name:                   mellon-gpio-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>@@ -33,7 +33,7 @@   Exposed-Modules:      Mellon.Device.GPIO   Build-Depends:        base        >= 4.8   && < 5                       , hpio        >= 0.8   && < 1-                      , mellon-core == 0.7.*+                      , mellon-core == 0.8.*  Test-Suite hlint   Type:                 exitcode-stdio-1.0@@ -45,7 +45,7 @@     Buildable:          False   Else     Build-Depends:      base-                      , hlint == 1.9.*+                      , hlint >= 1.9 && < 2.1  Source-Repository head   Type:                 git@@ -54,4 +54,4 @@ Source-Repository this   Type:                 git   Location:             git://github.com/quixoftic/mellon.git-  Tag:                  v0.7.1.1+  Tag:                  v0.8.0.1