haskell-tools-daemon 0.8.0.0 → 0.8.1.0
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~ghcdep ~haskell-tools-daemondep ~processPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc, haskell-tools-daemon, process
API changes (from Hackage documentation)
Files
haskell-tools-daemon.cabal view
@@ -1,5 +1,5 @@ name: haskell-tools-daemon -version: 0.8.0.0 +version: 0.8.1.0 synopsis: Background process for Haskell-tools refactor that editors can connect to. description: Background process for Haskell-tools refactor that editors can connect to. homepage: https://github.com/haskell-tools/haskell-tools @@ -72,8 +72,8 @@ , mtl >= 2.2 && < 2.3 , split >= 0.2 && < 1.0 , directory >= 1.2 && < 1.4 - , process >= 1.4 && < 1.5 - , ghc >= 8.0 && < 8.1 + , process >= 1.4 && < 1.7 + , ghc >= 8.0 && < 8.3 , ghc-paths >= 0.1 && < 0.2 , references >= 0.3.2 && < 1.0 , network >= 2.6 && < 3.0 @@ -91,7 +91,7 @@ executable ht-daemon ghc-options: -rtsopts build-depends: base >= 4.9 && < 5.0 - , haskell-tools-daemon >= 0.8 && < 0.9 + , haskell-tools-daemon hs-source-dirs: exe main-is: Main.hs default-language: Haskell2010 @@ -107,10 +107,10 @@ , tasty >= 0.11 && < 0.12 , tasty-hunit >= 0.9 && < 0.10 , directory >= 1.2 && < 1.4 - , process >= 1.4 && < 1.5 + , process >= 1.4 && < 1.7 , filepath >= 1.4 && < 2.0 , bytestring >= 0.10 && < 0.11 , network >= 2.6 && < 2.7 , aeson >= 1.0 && < 1.3 - , haskell-tools-daemon >= 0.8 && < 0.9 + , haskell-tools-daemon default-language: Haskell2010