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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 16:22:00 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 0827e855d35eabe3e675f6e7775982e2d792cfa8
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 12:21:17 2016 -0400

    oeis: build with ghc 8 in experimental
---
 p/haskell-oeis/debian/changelog |  6 +++++
 p/haskell-oeis/debian/control   | 52 ++++++++++++++++++++++++++---------------
 2 files changed, 39 insertions(+), 19 deletions(-)

diff --git a/p/haskell-oeis/debian/changelog b/p/haskell-oeis/debian/changelog
index 0b4c361..c0d6788 100644
--- a/p/haskell-oeis/debian/changelog
+++ b/p/haskell-oeis/debian/changelog
@@ -1,3 +1,9 @@
+haskell-oeis (0.3.7-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 12:20:38 -0400
+
 haskell-oeis (0.3.7-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-oeis/debian/control b/p/haskell-oeis/debian/control
index de40c9d..02428a0 100644
--- a/p/haskell-oeis/debian/control
+++ b/p/haskell-oeis/debian/control
@@ -1,37 +1,44 @@
 Source: haskell-oeis
 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,
- libghc-http-dev (>= 1:4000.2),
+ haskell-devscripts (>= 0.10),
  libghc-http-dev (<< 1:4000.4),
+ libghc-http-dev (>= 1:4000.2),
  libghc-http-prof,
  libghc-network-dev (>= 2.6),
  libghc-network-prof,
  libghc-network-uri-dev (>= 2.6),
  libghc-network-uri-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-http-doc,
  libghc-network-doc,
  libghc-network-uri-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/oeis
-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-oeis
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-oeis-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: Interface to the Online Encyclopedia of Integer Sequences${haskell:ShortBlurb}
  It is an interface to the Online Encyclopedia of Integer Sequences.
  See http://oeis.org/
@@ -40,11 +47,15 @@ Description: Interface to the Online Encyclopedia of Integer Sequences${haskell:
 
 Package: libghc-oeis-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: Interface to the Online Encyclopedia of Integer Sequences${haskell:ShortBlurb}
  It is an interface to the Online Encyclopedia of Integer Sequences.
  See http://oeis.org/
@@ -54,10 +65,13 @@ Description: Interface to the Online Encyclopedia of Integer Sequences${haskell:
 Package: libghc-oeis-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: Interface to the Online Encyclopedia of Integer Sequences${haskell:ShortBlurb}
  It is an interface to the Online Encyclopedia of Integer Sequences.
  See http://oeis.org/

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