patches/ghc-c2hs-01-c2hs-cabal.diff
author markwright
Wed, 28 Apr 2010 10:53:02 +0000
changeset 2540 ee5d6fcc7138
permissions -rw-r--r--
2010-04-28 Mark Wright <[email protected]> * SFEghc-language-c, SFEghc-c2hs: *NEW* Haskell packages * patches/ghc-c2hs-01-c2hs-cabal.diff: install the C2HS marshalling library, with documentation * SFEghc-uniplate: bump to 1.5.1 * SFEghc-haskell-src-exts: bump to 1.9.0 * SFEghc-yi: add SFEghc-haskell-src-exts dependency * SFEghc-derive: Bump to 2.3.0.1, with uniplate == 1.5.1 and haskell-src-exts == 1.9.0

--- c2hs-0.16.2-orig/c2hs.cabal	2010-04-23 03:14:20.000000000 +1000
+++ c2hs-0.16.2/c2hs.cabal	2010-04-28 19:04:43.338725000 +1000
@@ -39,6 +39,14 @@
 
 flag base3
 
+Library
+    Build-Depends:  base >= 2 && < 5,
+                    language-c >= 0.3.1.1 && < 0.4.0,
+                    filepath,
+                    haskell98
+    Exposed-modules:
+      C2HS
+
 Executable c2hs
     Build-Depends:  base >= 2 && < 5,
                     language-c >= 0.3.1.1 && < 0.4.0,