packages feed

hint-server 1.1.0 → 1.2.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~eprocessPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: eprocess

API changes (from Hackage documentation)

Files

hint-server.cabal view
@@ -1,5 +1,5 @@ name: hint-server-version: 1.1.0+version: 1.2.0 cabal-version: >=1.6 build-type: Simple license: BSD3@@ -13,7 +13,7 @@ description: This library provides a server process (implemented using eprocess) that can receive and run actions in the Interpreter monad. category: Concurrency, Language, Compilers/Interpreters author: Fernando "Brujo" Benavides-tested-with: GHC ==6.10.3, GHC ==6.10.4+tested-with: GHC ==6.12.1 data-files: LICENSE README data-dir: "" extra-source-files: Setup.hs@@ -28,7 +28,7 @@                    mtl >=1.1.0,                 mtl < 1.2,                    monad-loops >=0.3.0,         monad-loops < 0.4,                    hint >=0.3.1,                hint < 0.4,-                   eprocess >=1.1.0,            eprocess < 2+                   eprocess >=1.1.2,            eprocess < 2     exposed-modules: Language.Haskell.Interpreter.Server     hs-source-dirs: src