hint-server-1.4.3: hint-server.cabal
name: hint-server
version: 1.4.3
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
data-files: LICENSE README
data-dir: ""
extra-source-files: Setup.hs, changelog
extra-tmp-files:
source-repository head
type: git
location: https://github.com/cdupont/hint-server.git
Library
build-depends: base == 4.*,
mtl >= 2.1 && < 2.3,
monad-loops >= 0.3 && < 0.5,
hint >= 0.6.0,
eprocess == 1.7.*,
exceptions >= 0.6 && < 0.9
exposed-modules: Language.Haskell.Interpreter.Server
hs-source-dirs: src