Package: haskell-hs-bibutils / 6.6.0.0-2

patch-to-build-with-bibutils-6.2.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: b/src/Text/Bibutils.hsc
===================================================================
--- a/src/Text/Bibutils.hsc
+++ b/src/Text/Bibutils.hsc
@@ -418,6 +418,10 @@ newtype BiblioIn  = BiblioIn  { unBiblio
 newtype BiblioOut = BiblioOut { unBiblioOut :: CInt }
     deriving ( Eq )
 
+#ifndef BIBL_NBIBOUT
+#define BIBL_NBIBOUT (BIBL_FIRSTOUT+7)
+#endif
+
 #{enum BiblioOut, BiblioOut
  , mods_out     = BIBL_MODSOUT
  , bibtex_out   = BIBL_BIBTEXOUT