2007-12-16 05:56:54 +00:00
|
|
|
name: plugins
|
2013-10-03 18:40:08 +00:00
|
|
|
version: 1.5.4.0
|
2012-10-22 19:34:24 +00:00
|
|
|
homepage: http://hub.darcs.net/stepcut/plugins
|
2007-12-16 05:56:54 +00:00
|
|
|
synopsis: Dynamic linking for Haskell and C objects
|
|
|
|
description: Dynamic linking and runtime evaluation of Haskell,
|
|
|
|
and C, including dependency chasing and package resolution.
|
2008-04-07 23:10:45 +00:00
|
|
|
.
|
2010-09-23 21:22:06 +00:00
|
|
|
Described in the papers:
|
|
|
|
|
2012-07-10 21:10:42 +00:00
|
|
|
* /Plugging Haskell In/
|
2010-10-18 18:06:08 +00:00
|
|
|
|
2012-07-10 21:10:42 +00:00
|
|
|
* /Dynamic Applications from the Ground Up/
|
2010-10-18 18:06:08 +00:00
|
|
|
|
2010-09-23 21:22:06 +00:00
|
|
|
* /Dynamic Extension of Typed Functional Languages/.
|
|
|
|
|
2007-12-16 05:56:54 +00:00
|
|
|
category: System
|
|
|
|
license: BSD3
|
|
|
|
License-file: LICENSE
|
2010-09-23 19:43:18 +00:00
|
|
|
author: Don Stewart 2004..2010
|
2012-04-09 18:07:20 +00:00
|
|
|
maintainer: Jeremy Shaw <jeremy@seereason.com>
|
2009-01-31 23:29:21 +00:00
|
|
|
cabal-version: >= 1.6
|
2008-04-07 23:10:45 +00:00
|
|
|
build-type: Configure
|
2010-09-22 05:10:19 +00:00
|
|
|
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
|
2007-12-16 05:56:54 +00:00
|
|
|
|
|
|
|
library
|
|
|
|
exposed-modules:
|
|
|
|
System.Eval,
|
|
|
|
System.Eval.Haskell,
|
|
|
|
System.Eval.Utils,
|
|
|
|
System.Plugins,
|
|
|
|
System.Plugins.Consts,
|
|
|
|
System.Plugins.Env,
|
|
|
|
System.Plugins.Load,
|
|
|
|
System.Plugins.LoadTypes,
|
|
|
|
System.Plugins.Make,
|
|
|
|
System.Plugins.Parser,
|
|
|
|
System.Plugins.Process,
|
|
|
|
System.Plugins.Utils
|
2009-03-15 20:14:03 +00:00
|
|
|
|
2010-09-23 19:43:18 +00:00
|
|
|
extensions: CPP,
|
|
|
|
ForeignFunctionInterface
|
2008-04-07 23:06:53 +00:00
|
|
|
ghc-options: -Wall -funbox-strict-fields -fno-warn-missing-signatures
|
2007-12-16 05:56:54 +00:00
|
|
|
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,
|
2007-12-16 05:56:54 +00:00
|
|
|
haskell-src,
|
|
|
|
containers,
|
|
|
|
array,
|
|
|
|
directory,
|
2010-09-22 05:10:19 +00:00
|
|
|
filepath,
|
2007-12-16 05:56:54 +00:00
|
|
|
random,
|
|
|
|
process,
|
2009-01-31 23:16:26 +00:00
|
|
|
ghc >= 6.10,
|
|
|
|
ghc-prim
|
2007-12-16 05:56:54 +00:00
|
|
|
|
2012-03-19 22:19:37 +00:00
|
|
|
if impl(ghc >= 7.2)
|
|
|
|
build-depends: ghc-paths
|
2015-10-09 14:18:21 -04:00
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: git
|
|
|
|
location: https://github.com/stepcut/plugins
|