haskell-names 0.3.2.4 → 0.3.2.5
raw patch · 2 files changed
+10/−2 lines, 2 filesdep ~pretty-show
Dependency ranges changed: pretty-show
Files
- README.md +8/−0
- haskell-names.cabal +2/−2
README.md view
@@ -272,3 +272,11 @@ [#25]: https://github.com/haskell-suite/haskell-names/issues/25 [#32]: https://github.com/haskell-suite/haskell-names/issues/32 [validation]: https://github.com/haskell-suite/haskell-names/issues?labels=validation&page=1&state=open++Maintainers+-----------++[Roman Cheplyaka](https://github.com/feuerbach) is the primary maintainer.++[Adam Bergmark](https://github.com/bergmark) is the backup maintainer. Please+get in touch with him if the primary maintainer cannot be reached.
haskell-names.cabal view
@@ -1,5 +1,5 @@ Name: haskell-names-Version: 0.3.2.4+Version: 0.3.2.5 License: BSD3 Author: Roman Cheplyaka, Lennart Augustsson Maintainer: Roman Cheplyaka <roma@ro-che.info>@@ -322,7 +322,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 && <= 1.6.2+ , pretty-show >= 1.6.1 && < 1.7 , Cabal , haskell-names , tagged