static-text 0.2.0.2 → 0.2.0.3
raw patch · 2 files changed
+12/−5 lines, 2 filesdep ~template-haskell
Dependency ranges changed: template-haskell
Files
- CHANGELOG.md +7/−0
- static-text.cabal +5/−5
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## [0.2.0.3] - 2018-10-08++### Changed++- GHC 8.6.x support+ ## [0.2.0.2] - 2018-07-30 ### Changed@@ -70,6 +76,7 @@ ## [0.1.0.0] - 2014-08-10 +[0.2.0.3]: https://github.com/dzhus/static-text/compare/0.2.0.2...0.2.0.3 [0.2.0.2]: https://github.com/dzhus/static-text/compare/0.2.0.1...0.2.0.2 [0.2.0.1]: https://github.com/dzhus/static-text/compare/0.2.0...0.2.0.1 [0.2.0]: https://github.com/dzhus/static-text/compare/0.1.3.1...0.2.0
static-text.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: static-text-version: 0.2.0.2+version: 0.2.0.3 license: BSD3 license-file: LICENSE maintainer: dima@dzhus.org@@ -44,7 +44,7 @@ ghc-options: -Wall -Wcompat build-depends: base <5,- template-haskell <2.14+ template-haskell <2.15 if flag(bytestring) cpp-options: -DWITH_BS@@ -73,7 +73,7 @@ bytestring <0.11, markdown-unlit <0.6, static-text -any,- template-haskell <2.14+ template-haskell <2.15 test-suite static-text-doctests type: exitcode-stdio-1.0@@ -88,7 +88,7 @@ base <5, doctest <0.17, doctest-driver-gen <0.3,- template-haskell <2.14+ template-haskell <2.15 test-suite static-text-example type: exitcode-stdio-1.0@@ -104,4 +104,4 @@ static-text -any, tasty <1.2, tasty-hunit <0.11,- template-haskell <2.14+ template-haskell <2.15