packages feed

Cabal revisions of plugins-1.5.5.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:               plugins-version:            1.5.5.0-homepage:           http://hub.darcs.net/stepcut/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 papers:--                     * /Plugging Haskell In/--                     * /Dynamic Applications from the Ground Up/--                     * /Dynamic Extension of Typed Functional Languages/.--category:           System-license:            BSD3-License-file:       LICENSE-author:             Don Stewart 2004..2010-maintainer:         Jeremy Shaw <jeremy@seereason.com>-cabal-version:      >= 1.6-build-type:         Configure-Tested-with:        GHC == 7.0.*--- not working                  , GHC == 7.2.*-                  , GHC == 7.4.*-                  , GHC == 7.6.*-                  , GHC == 7.8.*-                  , GHC == 7.10.*-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.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--    extensions:           CPP,-                          ForeignFunctionInterface-    ghc-options:          -Wall -funbox-strict-fields -fno-warn-missing-signatures-    hs-source-dirs:       src-    build-depends:        base  >= 4 && < 5,-                          Cabal >= 1.6,-                          haskell-src,-                          containers,-                          array,-                          directory,-                          filepath,-                          random,-                          process,-                          ghc >= 6.10,-                          ghc-prim--    if impl(ghc >= 7.2)-        build-depends:    ghc-paths--source-repository head-  type:             git-  location:         https://github.com/stepcut/plugins+name:               plugins
+version:            1.5.5.0
+x-revision: 1
+homepage:           http://hub.darcs.net/stepcut/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 papers:
+
+                     * /Plugging Haskell In/
+
+                     * /Dynamic Applications from the Ground Up/
+
+                     * /Dynamic Extension of Typed Functional Languages/.
+
+category:           System
+license:            BSD3
+License-file:       LICENSE
+author:             Don Stewart 2004..2010
+maintainer:         Jeremy Shaw <jeremy@seereason.com>
+cabal-version:      >= 1.6
+build-type:         Configure
+Tested-with:        GHC == 7.0.*
+-- not working                  , GHC == 7.2.*
+                  , GHC == 7.4.*
+                  , GHC == 7.6.*
+                  , GHC == 7.8.*
+                  , GHC == 7.10.*
+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.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
+
+    extensions:           CPP,
+                          ForeignFunctionInterface
+    ghc-options:          -Wall -funbox-strict-fields -fno-warn-missing-signatures
+    hs-source-dirs:       src
+    build-depends:        base  >= 4 && < 5,
+                          Cabal >= 1.6 && < 1.23,
+                          haskell-src,
+                          containers,
+                          array,
+                          directory,
+                          filepath,
+                          random,
+                          process,
+                          ghc >= 6.10 && < 8.0,
+                          ghc-prim
+
+    if impl(ghc >= 7.2)
+        build-depends:    ghc-paths
+
+source-repository head
+  type:             git
+  location:         https://github.com/stepcut/plugins