packages feed

mellon-gpio 0.8.0.6 → 0.8.0.7

raw patch · 3 files changed

+16/−8 lines, 3 filesdep ~hlintPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hlint

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,11 @@+## 0.8.0.7 (2018-04-03)++Changes:++  - Bump hlint upper bound.++  - Drop support for Stackage LTS < 11.+ ## 0.8.0.6 (2018-02-04)  No changes, version bump only.
mellon-gpio.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.21.2.+-- This file has been generated from package.yaml by hpack version 0.27.0. -- -- see: https://github.com/sol/hpack ----- hash: c3d20201bf5bf3a31fc8883922d424de093ab4f270fe9e66061312328e656e9f+-- hash: d4acf53839c39f9a43381fac22e545c71ec65beaebbf795df02c4924bacc8d05  name:                   mellon-gpio-version:                0.8.0.6+version:                0.8.0.7 synopsis:               GPIO support for mellon description:            @mellon-gpio@ provides a GPIO-driven @mellon-core@ @Device@.                         Currently, it provides support for Linux @sysfs@-based GPIO.@@ -18,7 +18,7 @@ copyright:              Copyright (c) 2018, Quixoftic, LLC license:                BSD3 license-file:           LICENSE-tested-with:            GHC==8.0.2 GHC==8.2.2+tested-with:            GHC==8.0.2 GHC==8.2.2 GHC==8.4.1 build-type:             Simple cabal-version:          >= 1.10 @@ -77,6 +77,6 @@   else     build-depends:         base-      , hlint ==2.0.*+      , hlint >=2.0 && <2.2       , protolude   default-language: Haskell2010
package.yaml view
@@ -1,5 +1,5 @@ name:       mellon-gpio-version:    0.8.0.6+version:    0.8.0.7 synopsis:   GPIO support for mellon category:   System stability:  experimental@@ -13,7 +13,7 @@    Currently, it provides support for Linux @sysfs@-based GPIO.' -tested-with: GHC==8.0.2 GHC==8.2.2+tested-with: GHC==8.0.2 GHC==8.2.2 GHC==8.4.1  flags:   test-hlint:@@ -74,7 +74,7 @@         else:           dependencies:             - base-            - hlint ==2.0.*+            - hlint     >=2.0 && <2.2             - protolude  extra-source-files: