haskell-tools-cli 1.1.0.2 → 1.1.1.0
raw patch · 1 files changed
+8/−8 lines, 1 filesdep ~basedep ~containersdep ~ghc
Dependency ranges changed: base, containers, ghc
Files
- haskell-tools-cli.cabal +8/−8
haskell-tools-cli.cabal view
@@ -1,5 +1,5 @@ name: haskell-tools-cli -version: 1.1.0.2 +version: 1.1.1.0 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 @@ -16,13 +16,13 @@ , examples/CppHs/Language/Preprocessor/Cpphs/*.hs library - build-depends: base >= 4.11 && < 4.12 - , containers >= 0.5 && < 0.6 + build-depends: base >= 4.11 && < 4.13 + , containers >= 0.5 && < 0.7 , mtl >= 2.2 && < 2.3 , split >= 0.2 && < 0.3 , directory >= 1.2 && < 1.4 , filepath >= 1.4 && < 2 - , ghc >= 8.4 && < 8.5 + , ghc >= 8.4 && < 8.7 , ghc-paths >= 0.1 && < 0.2 , references >= 0.3 && < 0.4 , strict >= 0.3 && < 0.4 @@ -36,7 +36,7 @@ executable ht-refact ghc-options: -rtsopts - build-depends: base >= 4.11 && < 4.12 + build-depends: base >= 4.11 && < 4.13 , split >= 0.2 && < 0.3 , mtl >= 2.2 && < 2.3 , directory >= 1.2 && < 1.4 @@ -54,7 +54,7 @@ ghc-options: -with-rtsopts=-M2g hs-source-dirs: test main-is: Main.hs - build-depends: base >= 4.11 && < 4.12 + build-depends: base >= 4.11 && < 4.13 , tasty >= 0.11 && < 1.2 , tasty-hunit >= 0.9 && < 0.11 , directory >= 1.2 && < 1.4 @@ -66,7 +66,7 @@ default-language: Haskell2010 executable ht-test-stackage - build-depends: base >= 4.11 && < 4.12 + build-depends: base >= 4.11 && < 4.13 , directory >= 1.2 && < 1.4 , process >= 1.6 && < 1.7 , split >= 0.2 && < 0.3 @@ -81,7 +81,7 @@ benchmark cli-benchmark type: exitcode-stdio-1.0 ghc-options: -with-rtsopts=-M2g - build-depends: base >= 4.11 && < 4.12 + build-depends: base >= 4.11 && < 4.13 , criterion >= 1.1 && < 1.6 , time >= 1.6 && < 1.9 , aeson >= 1.0 && < 1.5