summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-citeproc-hs/citeproc-hs_cabal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-citeproc-hs/citeproc-hs_cabal.patch')
-rw-r--r--haskell/haskell-citeproc-hs/citeproc-hs_cabal.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/haskell/haskell-citeproc-hs/citeproc-hs_cabal.patch b/haskell/haskell-citeproc-hs/citeproc-hs_cabal.patch
new file mode 100644
index 0000000000..cbc2401ade
--- /dev/null
+++ b/haskell/haskell-citeproc-hs/citeproc-hs_cabal.patch
@@ -0,0 +1,15 @@
+--- citeproc-hs.cabal~ 2013-01-23 15:06:35.000000000 +0200
++++ citeproc-hs.cabal 2013-02-25 19:39:32.000000000 +0200
+@@ -125,10 +125,12 @@
+
+ if flag(hexpat)
+ build-depends: hexpat >= 0.20.2
++ extensions: CPP
+ exposed-modules: Text.CSL.Pickle.Hexpat
+ cpp-options: -DUSE_HEXPAT
+ else
+ build-depends: xml
++ extensions: CPP
+ exposed-modules: Text.CSL.Pickle.Xml
+
+ if flag(embed_data_files)