haskell-names 0.9.2 → 0.9.3
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~containersdep ~pretty-showPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers, pretty-show
API changes (from Hackage documentation)
Files
- haskell-names.cabal +4/−4
haskell-names.cabal view
@@ -1,5 +1,5 @@ Name: haskell-names-Version: 0.9.2+Version: 0.9.3 License: BSD3 Author: Philipp Schuster, Roman Cheplyaka, Lennart Augustsson Maintainer: Philipp Schuster@@ -240,7 +240,7 @@ , mtl >= 2.2.1 && < 2.3 , transformers >=0.4.2.0 && < 0.6 , filepath >= 1.1 && < 1.5- , containers >= 0.2 && < 0.6+ , containers >= 0.2 && < 0.7 , uniplate >= 1.5.1 && < 1.7 , aeson >= 0.8.0.2 && < 1.5 , bytestring >= 0.10.4.0 && < 0.11@@ -286,10 +286,10 @@ , haskell-src-exts >= 1.20 && < 1.21 , mtl >= 2.2.1 && < 2.3 , filepath >= 1.1 && <1.5- , containers >= 0.2 && < 0.6+ , containers >= 0.2 && < 0.7 , tasty >= 0.12 && < 1.2 , tasty-golden >= 2.2.1 && < 2.4 , filemanip >= 0.3.6.3 && < 0.4- , pretty-show >= 1.6.1 && < 1.8+ , pretty-show >= 1.6.1 && < 1.9 , traverse-with-class >= 1.0.0.0 && < 1.1