packages feed

th-nowq 0.1.0.3 → 0.1.0.4

raw patch · 2 files changed

+10/−3 lines, 2 filesdep ~template-haskelldep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: template-haskell, time

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## [0.1.0.4] - 2019-02-21++### Changed++- Dependencies bump+ ## [0.1.0.3] - 2019-02-11  ### Changed@@ -20,6 +26,7 @@  ## [0.1.0.0] - 2018-03-11 +[0.1.0.4]: https://github.com/dzhus/th-nowq/compare/0.1.0.3...0.1.0.4 [0.1.0.3]: https://github.com/dzhus/th-nowq/compare/0.1.0.2...0.1.0.3 [0.1.0.2]: https://github.com/dzhus/th-nowq/compare/0.1.0.1...0.1.0.2 [0.1.0.1]: https://github.com/dzhus/th-nowq/compare/0.1.0.0...0.1.0.1
th-nowq.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: th-nowq-version: 0.1.0.3+version: 0.1.0.4 license: BSD3 license-file: LICENSE maintainer: dima@dzhus.org@@ -30,8 +30,8 @@     ghc-options: -Wall -Wcompat     build-depends:         base <5,-        template-haskell <2.15,-        time <1.9+        template-haskell <2.16,+        time <1.10  test-suite readme     type: exitcode-stdio-1.0