th-env 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+9/−2 lines, 2 filesdep ~template-haskell
Dependency ranges changed: template-haskell
Files
- CHANGELOG.md +7/−0
- th-env.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,12 @@ # Changelog +## [0.1.0.1] - 2020-02-21++### Changed++- Dependencies bump+ ## [0.1.0.0] - 2019-05-01 +[0.1.0.1]: https://github.com/dzhus/th-env/compare/0.1.0.0...0.1.0.1 [0.1.0.0]: https://github.com/dzhus/th-env/tree/0.1.0.0
th-env.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: th-env-version: 0.1.0.0+version: 0.1.0.1 license: BSD3 license-file: LICENSE maintainer: dima@dzhus.org@@ -30,7 +30,7 @@ ghc-options: -Wall -Wcompat build-depends: base <5,- template-haskell <2.15+ template-haskell <2.16 test-suite readme type: exitcode-stdio-1.0