hint-server-1.2.2: hint-server.cabal
name: hint-server
version: 1.2.2
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2009 Fernando "Brujo" Benavides
maintainer: corentin.dupont@gmail.com
stability: stable
package-url: http://code.haskell.org/hint-server
bug-reports: http://github.com/elbrujohalcon/hint-server/issues
synopsis: A server process that runs hint.
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.12.1
data-files: LICENSE README
data-dir: ""
extra-source-files: Setup.hs
extra-tmp-files:
source-repository head
type: git
location: git://github.com/elbrujohalcon/hint-server.git
Library
build-depends: base >= 4, base < 5,
mtl >=1.1.0, mtl < 2.2,
monad-loops >=0.3.0, monad-loops < 0.4,
hint >=0.3.1, hint < 0.4,
eprocess >=1.1.2, eprocess < 2
exposed-modules: Language.Haskell.Interpreter.Server
hs-source-dirs: src