auto-update 0.1.4.1 → 0.1.5
raw patch · 2 files changed
+8/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- auto-update.cabal +3/−1
ChangeLog.md view
@@ -1,5 +1,10 @@ # ChangeLog for auto-update +## 0.1.5++* Using the Strict and StrictData language extensions for GHC >8.+ [#752](https://github.com/yesodweb/wai/pull/752)+ ## 0.1.4.1 * [#693](https://github.com/yesodweb/wai/pull/693):
auto-update.cabal view
@@ -1,5 +1,5 @@ name: auto-update-version: 0.1.4.1+version: 0.1.5 synopsis: Efficiently run periodic, on-demand actions description: API docs and the README are available at <http://www.stackage.org/package/auto-update>. homepage: https://github.com/yesodweb/wai@@ -21,6 +21,8 @@ other-modules: Control.AutoUpdate.Util build-depends: base >= 4 && < 5 default-language: Haskell2010+ if impl(ghc >= 8)+ default-extensions: Strict StrictData -- Test suite is currently not robust enough, gives too many false negatives.