hint-server 1.3.2 → 1.4.0
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~eprocessdep ~exceptionsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: eprocess, exceptions
API changes (from Hackage documentation)
Files
- changelog +3/−0
- hint-server.cabal +3/−3
changelog view
@@ -1,3 +1,6 @@+Version 1.4:+- bump version of exception +- bump version of eprocess Version 1.3: - bump version of Hint
hint-server.cabal view
@@ -1,5 +1,5 @@ name: hint-server-version: 1.3.2+version: 1.4.0 cabal-version: >=1.6 build-type: Simple license: BSD3@@ -25,8 +25,8 @@ mtl == 2.1.*, monad-loops == 0.3.*, hint == 0.4.*,- eprocess == 1.6.*,- exceptions == 0.3.*+ eprocess == 1.7.*,+ exceptions == 0.6.* exposed-modules: Language.Haskell.Interpreter.Server hs-source-dirs: src