shaniqua-plugins/plugins.cabal

56 lines
2.1 KiB
Plaintext
Raw Normal View History

name: plugins
version: 1.5.1
homepage: http://code.haskell.org/~dons/code/hs-plugins
synopsis: Dynamic linking for Haskell and C objects
description: Dynamic linking and runtime evaluation of Haskell,
and C, including dependency chasing and package resolution.
.
Described in the paper:
/Plugging Haskell In/, <http://www.cse.unsw.edu.au/~dons/papers/PSSC04.html>
category: System
license: BSD3
License-file: LICENSE
2009-03-15 20:14:03 +00:00
author: Don Stewart 2004-2009
maintainer: Don Stewart <dons@galois.com>
2009-01-31 23:29:21 +00:00
cabal-version: >= 1.6
build-type: Configure
Tested-with: GHC >= 6.12.1
2008-04-07 23:20:22 +00:00
extra-source-files: config.guess, config.h.in, config.mk.in, config.sub,
configure, configure.ac, install.sh, Makefile,
testsuite/makewith/io/TestIO.conf.in,
testsuite/makewith/unsafeio/Unsafe.conf.in
library
exposed-modules:
System.Eval,
System.Eval.Haskell,
System.Eval.Utils,
System.MkTemp,
System.Plugins,
System.Plugins.Consts,
System.Plugins.Env,
System.Plugins.Load,
System.Plugins.LoadTypes,
System.Plugins.Make,
System.Plugins.Package,
System.Plugins.PackageAPI,
System.Plugins.Parser,
System.Plugins.Process,
System.Plugins.Utils
2009-03-15 20:14:03 +00:00
extensions: CPP, ForeignFunctionInterface
2008-04-07 23:06:53 +00:00
ghc-options: -Wall -funbox-strict-fields -fno-warn-missing-signatures
hs-source-dirs: src
2010-09-22 20:42:17 +00:00
build-depends: base >= 4 && < 5,
2009-01-31 23:16:26 +00:00
Cabal >= 1.6,
haskell-src,
containers,
array,
directory,
filepath,
random,
process,
2009-01-31 23:16:26 +00:00
ghc >= 6.10,
ghc-prim