[DHG_packages] 90/101: ghc-7.10 compat patch

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit 8a92002ab2bef2e479af71caaa59a8a1880753a3
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Aug 16 10:06:55 2015 +0200

    ghc-7.10 compat patch
---
 p/haskell-ofx/debian/changelog               |  6 ++++++
 p/haskell-ofx/debian/patches/ghc-7.10-compat | 10 ++++++++++
 p/haskell-ofx/debian/patches/series          |  1 +
 3 files changed, 17 insertions(+)

diff --git a/p/haskell-ofx/debian/changelog b/p/haskell-ofx/debian/changelog
index 020f3bd..9415846 100644
--- a/p/haskell-ofx/debian/changelog
+++ b/p/haskell-ofx/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ofx (0.4.0.2-4) UNRELEASED; urgency=medium
+
+  * ghc-7.10 compat patch
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 16 Aug 2015 10:06:37 +0200
+
 haskell-ofx (0.4.0.2-3) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/p/haskell-ofx/debian/patches/ghc-7.10-compat b/p/haskell-ofx/debian/patches/ghc-7.10-compat
new file mode 100644
index 0000000..6a3ccf7
--- /dev/null
+++ b/p/haskell-ofx/debian/patches/ghc-7.10-compat
@@ -0,0 +1,10 @@
+Index: haskell-ofx/Data/OFX.hs
+===================================================================
+--- haskell-ofx.orig/Data/OFX.hs	2014-02-24 13:27:01.000000000 +0100
++++ haskell-ofx/Data/OFX.hs	2015-08-16 10:06:06.070115427 +0200
+@@ -1,4 +1,4 @@
+-{-# LANGUAGE OverloadedStrings #-}
++{-# LANGUAGE OverloadedStrings, FlexibleContexts #-}
+ -- | Parser for downloaded OFX files.
+ --
+ -- This parser was written based on the OFX version 1.03
diff --git a/p/haskell-ofx/debian/patches/series b/p/haskell-ofx/debian/patches/series
new file mode 100644
index 0000000..b2b2b59
--- /dev/null
+++ b/p/haskell-ofx/debian/patches/series
@@ -0,0 +1 @@
+ghc-7.10-compat

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list