starter 0.2.0 → 0.2.1
raw patch · 1 files changed
+6/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- starter.cabal +6/−3
starter.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: b7fb498a9c1fa7ab48aee3373fe7a6bc6cdbf186f980445114c87b589cc5c3dc+-- hash: 7fdcfb73fd9af680e3d67e1fa481c742c686a24cbf1a22a29364018b05389e6d name: starter-version: 0.2.0+version: 0.2.1 synopsis: Develop applications without restarts description: Please see the README on Github at <https://github.com/rkaippully/starter#readme> category: Development@@ -30,10 +30,13 @@ library hs-source-dirs: src- ghc-options: -O2 -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.7 && <5 , fsnotify >=0.2.1 && <0.3+ if impl(ghc >= 8.0.1)+ ghc-options: -Wall -Wcompat -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns+ else+ ghc-options: -Wall -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns exposed-modules: Starter other-modules: