Commit 9e685115 authored by Dmitry Bogatov's avatar Dmitry Bogatov
Browse files

haskell-hs-bibutils: patch to build with ghc-8.4

parent 483417ad
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hs-bibutils (6.6.0.0-2) unstable; urgency=medium

  * Patch to build with ghc-8.4

 -- Dmitry Bogatov <KAction@gnu.org>  Thu, 04 Oct 2018 22:15:12 +0000

haskell-hs-bibutils (6.6.0.0-1) unstable; urgency=medium

  [ Clint Adams ]
+20 −0
Original line number Diff line number Diff line
Index: haskell-hs-bibutils/src/Text/Bibutils.hsc
===================================================================
--- haskell-hs-bibutils.orig/src/Text/Bibutils.hsc
+++ haskell-hs-bibutils/src/Text/Bibutils.hsc
@@ -93,7 +93,6 @@ module Text.Bibutils
     , isi_out
     , word2007_out
     , adsab_out
-    , nbib_out
 
     -- * Options for Specific Output Formats
     , FormatOpt
@@ -426,7 +425,6 @@ newtype BiblioOut = BiblioOut { unBiblio
  , isi_out      = BIBL_ISIOUT
  , word2007_out = BIBL_WORD2007OUT
  , adsab_out    = BIBL_ADSABSOUT
- , nbib_out     = BIBL_NBIBOUT
  }
 
 newtype FormatOpt = FormatOpt { unFormatOpt :: CInt }
+1 −0
Original line number Diff line number Diff line
fix_cabal.patch
bibutils-include-path
patch-to-build-with-ghc-8.4.patch