packages feed

th-nowq 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+15/−1 lines, 2 filesdep +markdown-unlitPVP ok

version bump matches the API change (PVP)

Dependencies added: markdown-unlit

API changes (from Hackage documentation)

Files

+ CHANGELOG.md view
@@ -0,0 +1,12 @@+# Changelog++## [0.1.0.1] - 2018-03-15++### Fixed++- Added missing `markdown-unlit` to test build dependencies++## [0.1.0.0] - 2018-03-11++[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.0+version: 0.1.0.1 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -13,6 +13,7 @@ category: Template Haskell author: Dmitry Dzhus extra-source-files:+    CHANGELOG.md     README.md  source-repository head@@ -37,6 +38,7 @@     main-is: README.lhs     build-depends:         base <5,+        markdown-unlit <0.5,         th-nowq -any     default-language: Haskell2010     other-modules: