th-nowq 0.1.0.4 → 0.1.0.5
raw patch · 4 files changed
+53/−39 lines, 4 filesdep ~markdown-unlitdep ~template-haskelldep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: markdown-unlit, template-haskell, time
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−1
- README.lhs +1/−1
- README.md +1/−1
- th-nowq.cabal +43/−36
CHANGELOG.md view
@@ -1,9 +1,15 @@ # Changelog -## [0.1.0.4] - 2019-02-21+## [0.1.0.5] - 2020-06-03 ### Changed +- Relaxed dependency version bounds++## [0.1.0.4] - 2020-02-21++### Changed+ - Dependencies bump ## [0.1.0.3] - 2019-02-11@@ -26,6 +32,7 @@ ## [0.1.0.0] - 2018-03-11 +[0.1.0.5]: https://github.com/dzhus/th-nowq/compare/0.1.0.4...0.1.0.5 [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
README.lhs view
@@ -1,6 +1,6 @@ # th-nowq -[](https://travis-ci.org/dzhus/th-nowq)+[](https://github.com/dzhus/th-nowq/actions) [](https://hackage.haskell.org/package/th-nowq) [](http://packdeps.haskellers.com/feed?needle=th-nowq)
README.md view
@@ -1,6 +1,6 @@ # th-nowq -[](https://travis-ci.org/dzhus/th-nowq)+[](https://github.com/dzhus/th-nowq/actions) [](https://hackage.haskell.org/package/th-nowq) [](http://packdeps.haskellers.com/feed?needle=th-nowq)
th-nowq.cabal view
@@ -1,46 +1,53 @@ cabal-version: 1.12-name: th-nowq-version: 0.1.0.4-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-build-type: Simple++-- This file has been generated from package.yaml by hpack version 0.33.0.+--+-- see: https://github.com/sol/hpack+--+-- hash: f22d9c1ef4fe1df6c5d385d68a0352db1a31de81574af3ac9fbf4ccb2b945f3d++name: th-nowq+version: 0.1.0.5+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+homepage: https://github.com/dzhus/th-nowq#readme+bug-reports: https://github.com/dzhus/th-nowq/issues+author: Dmitry Dzhus+maintainer: dima@dzhus.org+license: BSD3+license-file: LICENSE+build-type: Simple extra-source-files: CHANGELOG.md README.md source-repository head- type: git- location: https://github.com/dzhus/th-nowq+ type: git+ location: https://github.com/dzhus/th-nowq library- exposed-modules:- Language.Haskell.TH.Now- hs-source-dirs: src- other-modules:- Paths_th_nowq- default-language: Haskell2010- ghc-options: -Wall -Wcompat- build-depends:- base <5,- template-haskell <2.16,- time <1.10+ exposed-modules:+ Language.Haskell.TH.Now+ other-modules:+ Paths_th_nowq+ hs-source-dirs:+ src+ ghc-options: -Wall -Wcompat+ build-depends:+ base <5+ , template-haskell+ , time+ default-language: Haskell2010 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+ type: exitcode-stdio-1.0+ main-is: README.lhs+ other-modules:+ Paths_th_nowq+ ghc-options: -Wall -Wcompat -pgmL markdown-unlit+ build-depends:+ base <5+ , markdown-unlit+ , th-nowq+ default-language: Haskell2010