diff --git a/plugins.cabal b/plugins.cabal index 6f00dc1..4e5a76f 100644 --- a/plugins.cabal +++ b/plugins.cabal @@ -1,5 +1,5 @@ name: plugins -version: 1.4.0 +version: 1.4.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, @@ -10,7 +10,7 @@ description: Dynamic linking and runtime evaluation of Haskell, category: System license: BSD3 License-file: LICENSE -author: Don Stewart 2004-2008 +author: Don Stewart 2004-2009 maintainer: Don Stewart cabal-version: >= 1.6 build-type: Configure @@ -36,7 +36,7 @@ library System.Plugins.Parser, System.Plugins.Process, System.Plugins.Utils - includes: Linker.h + extensions: CPP, ForeignFunctionInterface ghc-options: -Wall -funbox-strict-fields -fno-warn-missing-signatures hs-source-dirs: src