th-nowq 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+10/−3 lines, 2 filesdep ~markdown-unlitdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: markdown-unlit, template-haskell
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- th-nowq.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## [0.1.0.2] - 2018-03-15++### Changed++- GHC 8.4.x support+ ## [0.1.0.1] - 2018-03-15 ### Fixed@@ -8,5 +14,6 @@ ## [0.1.0.0] - 2018-03-11 +[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 [0.1.0.0]: https://github.com/dzhus/th-nowq/tree/0.1.0.0
th-nowq.cabal view
@@ -1,5 +1,5 @@ name: th-nowq-version: 0.1.0.1+version: 0.1.0.2 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -25,7 +25,7 @@ Language.Haskell.TH.Now build-depends: base <5,- template-haskell <2.13,+ template-haskell <2.14, time <1.9 default-language: Haskell2010 hs-source-dirs: src@@ -38,7 +38,7 @@ main-is: README.lhs build-depends: base <5,- markdown-unlit <0.5,+ markdown-unlit <0.6, th-nowq -any default-language: Haskell2010 other-modules: