summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-citeproc-hs/citeproc-hs_cabal.patch
diff options
context:
space:
mode:
author Mikko Värri2013-03-04 06:04:25 +0100
committer dsomero2013-03-04 23:26:43 +0100
commitad4df4c8786aee805c87b0843e40873ddfa91c7f (patch)
treecce1ef9ea5cce7370bf953cdb9b1e5e37deefec3 /haskell/haskell-citeproc-hs/citeproc-hs_cabal.patch
parentac1f66a4d4bcdffa59ac6e7616b0c006f5dd55da (diff)
downloadslackbuilds-ad4df4c8786aee805c87b0843e40873ddfa91c7f.tar.gz
haskell/haskell-citeproc-hs: Updated for version 0.3.7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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)