[Git][haskell-team/DHG_packages][master] haskell-hs-bibutils: patch to build with ghc-8.4

Dmitry Bogatov gitlab at salsa.debian.org
Thu Oct 4 23:15:38 BST 2018


Dmitry Bogatov pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
9e685115 by Dmitry Bogatov at 2018-10-04T22:16:00Z
haskell-hs-bibutils: patch to build with ghc-8.4

- - - - -


3 changed files:

- p/haskell-hs-bibutils/debian/changelog
- + p/haskell-hs-bibutils/debian/patches/patch-to-build-with-ghc-8.4.patch
- p/haskell-hs-bibutils/debian/patches/series


Changes:

=====================================
p/haskell-hs-bibutils/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hs-bibutils (6.6.0.0-2) unstable; urgency=medium
+
+  * Patch to build with ghc-8.4
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Thu, 04 Oct 2018 22:15:12 +0000
+
 haskell-hs-bibutils (6.6.0.0-1) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-hs-bibutils/debian/patches/patch-to-build-with-ghc-8.4.patch
=====================================
@@ -0,0 +1,20 @@
+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 }


=====================================
p/haskell-hs-bibutils/debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 fix_cabal.patch
 bibutils-include-path
+patch-to-build-with-ghc-8.4.patch



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9e68511570116e22d895a5e3cd5199920ea3f3f2

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9e68511570116e22d895a5e3cd5199920ea3f3f2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181004/465e4d97/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list