Cabal revisions of plugins-1.5.4.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: plugins version: 1.5.4.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, ForeignFunctionInterface ghc-options: -Wall -funbox-strict-fields -fno-warn-missing-signatures hs-source-dirs: src- build-depends: base >= 4 && < 5,- Cabal >= 1.6,+ build-depends: base >= 4 && < 4.8,+ Cabal >= 1.6 && < 1.22, haskell-src, containers, array, filepath, random, process,- ghc >= 6.10,+ ghc >= 6.10 && < 7.10, ghc-prim if impl(ghc >= 7.2)