haskell-tools-cli 0.4.1.2 → 0.4.1.3
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~directoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: directory
API changes (from Hackage documentation)
Files
- haskell-tools-cli.cabal +4/−4
haskell-tools-cli.cabal view
@@ -1,5 +1,5 @@ name: haskell-tools-cli -version: 0.4.1.2 +version: 0.4.1.3 synopsis: Command-line frontend for Haskell-tools Refact description: Command-line frontend for Haskell-tools Refact. Not meant as a final product, only for demonstration purposes. homepage: https://github.com/haskell-tools/haskell-tools @@ -42,7 +42,7 @@ , containers >= 0.5 && < 0.6 , mtl >= 2.2 && < 2.3 , split >= 0.2 && < 0.3 - , directory >= 1.2 && < 1.3 + , directory >= 1.2 && < 1.4 , filepath >= 1.4 && < 2 , ghc >= 8.0 && < 8.1 , ghc-paths >= 0.1 && < 0.2 @@ -70,7 +70,7 @@ build-depends: base >= 4.9 && < 4.10 , tasty >= 0.11 && < 0.12 , tasty-hunit >= 0.9 && < 0.10 - , directory >= 1.2 && < 1.3 + , directory >= 1.2 && < 1.4 , filepath >= 1.4 && < 2.0 , haskell-tools-cli >= 0.4 && < 0.5 , knob >= 0.1 && < 0.2 @@ -85,7 +85,7 @@ , criterion >= 1.1 && < 1.2 , time >= 1.6 && < 1.7 , aeson >= 1.0 && < 1.1 - , directory >= 1.2 && < 1.3 + , directory >= 1.2 && < 1.4 , filepath >= 1.4 && < 2.0 , knob >= 0.1 && < 0.2 , bytestring >= 0.10 && < 0.11