[DHG_packages] 05/05: ofx: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 04:59:42 UTC 2016


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

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 96506cc60c4152c1ccf698ce3e5fbacd7f8ecaaa
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 00:59:20 2016 -0400

    ofx: build with ghc 8 in experimental
---
 p/haskell-ofx/debian/changelog |  6 +++++
 p/haskell-ofx/debian/control   | 50 +++++++++++++++++++++++++++---------------
 2 files changed, 38 insertions(+), 18 deletions(-)

diff --git a/p/haskell-ofx/debian/changelog b/p/haskell-ofx/debian/changelog
index c8ebd3f..48b79c7 100644
--- a/p/haskell-ofx/debian/changelog
+++ b/p/haskell-ofx/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ofx (0.4.2.0-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 00:59:17 -0400
+
 haskell-ofx (0.4.2.0-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-ofx/debian/control b/p/haskell-ofx/debian/control
index 7d313d3..294aa1d 100644
--- a/p/haskell-ofx/debian/control
+++ b/p/haskell-ofx/debian/control
@@ -1,30 +1,37 @@
 Source: haskell-ofx
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-parsec3-dev (>= 3.1),
  libghc-parsec3-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-parsec3-doc,
 Standards-Version: 3.9.8
 Homepage: http://www.github.com/massysett/ofx
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-ofx
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-ofx-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: parser for Open Financial Exchange (OFX) financial data${haskell:ShortBlurb}
  A parser for Open Financial Exchange (OFX) financial data. This
  handles OFX version 1.03, which is documented at http://www.ofx.net/ .
@@ -42,11 +49,15 @@ Description: parser for Open Financial Exchange (OFX) financial data${haskell:Sh
 
 Package: libghc-ofx-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: parser for Open Financial Exchange (OFX) financial data${haskell:ShortBlurb}
  A parser for Open Financial Exchange (OFX) financial data. This
  handles OFX version 1.03, which is documented at http://www.ofx.net/ .
@@ -65,10 +76,13 @@ Description: parser for Open Financial Exchange (OFX) financial data${haskell:Sh
 Package: libghc-ofx-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: parser for Open Financial Exchange (OFX) financial data${haskell:ShortBlurb}
  A parser for Open Financial Exchange (OFX) financial data. This
  handles OFX version 1.03, which is documented at http://www.ofx.net/ .

-- 
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