summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-citeproc-hs/citeproc-hs_cabal.patch
blob: cbc2401ade0cfad830e1922e5e5c68e2b3d8eaaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)