th-nowq 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+21/−14 lines, 2 filesdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- th-nowq.cabal +14/−14
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## [0.1.0.3] - 2019-02-11++### Changed++- GHC 8.6.x support+ ## [0.1.0.2] - 2018-03-15 ### Changed@@ -14,6 +20,7 @@ ## [0.1.0.0] - 2018-03-11 +[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 [0.1.0.0]: https://github.com/dzhus/th-nowq/tree/0.1.0.0
th-nowq.cabal view
@@ -1,17 +1,17 @@+cabal-version: 1.12 name: th-nowq-version: 0.1.0.2-cabal-version: >=1.10-build-type: Simple+version: 0.1.0.3 license: BSD3 license-file: LICENSE maintainer: dima@dzhus.org+author: Dmitry Dzhus homepage: https://github.com/dzhus/th-nowq#readme bug-reports: https://github.com/dzhus/th-nowq/issues synopsis: Template Haskell splice that expands to current time description: TH splice that expands to current time as a string literal in ISO-8601 format. Can be used to embed the compilation timestamp in your application. category: Template Haskell-author: Dmitry Dzhus+build-type: Simple extra-source-files: CHANGELOG.md README.md@@ -23,24 +23,24 @@ library exposed-modules: Language.Haskell.TH.Now- build-depends:- base <5,- template-haskell <2.14,- time <1.9- default-language: Haskell2010 hs-source-dirs: src other-modules: Paths_th_nowq+ default-language: Haskell2010 ghc-options: -Wall -Wcompat+ build-depends:+ base <5,+ template-haskell <2.15,+ time <1.9 -test-suite readme+test-suite readme type: exitcode-stdio-1.0 main-is: README.lhs+ other-modules:+ Paths_th_nowq+ default-language: Haskell2010+ ghc-options: -Wall -Wcompat -pgmL markdown-unlit build-depends: base <5, markdown-unlit <0.6, th-nowq -any- default-language: Haskell2010- other-modules:- Paths_th_nowq- ghc-options: -Wall -Wcompat -pgmL markdown-unlit