hint-server-1.3.0: hint-server.cabal
name: hint-server
version: 1.3.0
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2009 Fernando "Brujo" Benavides
maintainer: corentin.dupont@gmail.com
stability: stable
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/cdupont/hint-server.git
Library
build-depends: base == 4.*,
mtl == 2.1.*,
monad-loops == 0.3.*,
hint == 0.4.*,
eprocess == 1.6.*,
exceptions == 0.3.*
exposed-modules: Language.Haskell.Interpreter.Server
hs-source-dirs: src