haskell-names 0.3.2.1 → 0.3.2.2
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~pretty-show
Dependency ranges changed: pretty-show
Files
- CHANGELOG.md +5/−0
- haskell-names.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,11 @@ Changes ======= +Version 0.3.2.2+---------------++Allow `pretty-show-1.6.2` in the test suite+ Version 0.3.2.1 ---------------
haskell-names.cabal view
@@ -1,5 +1,5 @@ Name: haskell-names-Version: 0.3.2.1+Version: 0.3.2.2 License: BSD3 Author: Roman Cheplyaka, Lennart Augustsson Maintainer: Roman Cheplyaka <roma@ro-che.info>@@ -307,7 +307,7 @@ , utf8-string -- we have to fix the pretty-show version, because the change in the -- output format may affect the tests success- , pretty-show == 1.6.1+ , pretty-show >= 1.6.1 && <= 1.6.2 , Cabal , haskell-names , tagged