packages feed

starter 0.2.1 → 0.3.0

raw patch · 2 files changed

+10/−6 lines, 2 filesdep ~fsnotifyPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: fsnotify

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,8 @@ # Changelog for starter -## Unreleased changes+## [0.3.0] - 2018-06-23+### Added+- Support fsnotify-0.3.0.1+- Support for stack LTS 11+### Removed+- Support for stack LTS 6, 7, and 8
starter.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack ----- hash: 7fdcfb73fd9af680e3d67e1fa481c742c686a24cbf1a22a29364018b05389e6d+-- hash: 013c81ae0f9dd47496d5c71f2dc010f82fea0372065aee1a6233bb4d2b6b09bf  name:           starter-version:        0.2.1+version:        0.3.0 synopsis:       Develop applications without restarts description:    Please see the README on Github at <https://github.com/rkaippully/starter#readme> category:       Development@@ -18,7 +18,6 @@ license-file:   LICENSE build-type:     Simple cabal-version:  >= 1.10- extra-source-files:     ChangeLog.md     README.md@@ -32,7 +31,7 @@       src   build-depends:       base >=4.7 && <5-    , fsnotify >=0.2.1 && <0.3+    , fsnotify >=0.3.0.0 && <0.4   if impl(ghc >= 8.0.1)     ghc-options: -Wall -Wcompat -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns   else