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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:28:15 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 dafd2370bc3f0ebfb6e90fd2944869b8dd9163bc
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:23:46 2016 -0400

    repa: build with ghc 8 in experimental
---
 p/haskell-repa/debian/changelog |  6 +++++
 p/haskell-repa/debian/control   | 55 +++++++++++++++++++++++++----------------
 2 files changed, 40 insertions(+), 21 deletions(-)

diff --git a/p/haskell-repa/debian/changelog b/p/haskell-repa/debian/changelog
index 5195b6d..ad77294 100644
--- a/p/haskell-repa/debian/changelog
+++ b/p/haskell-repa/debian/changelog
@@ -1,3 +1,9 @@
+haskell-repa (3.4.1.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:23:26 -0400
+
 haskell-repa (3.4.1.1-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-repa/debian/control b/p/haskell-repa/debian/control
index 2005372..7ffe099 100644
--- a/p/haskell-repa/debian/control
+++ b/p/haskell-repa/debian/control
@@ -1,36 +1,42 @@
 Source: haskell-repa
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Denis Laxalde <denis at laxalde.org>
+Uploaders:
+ Denis Laxalde <denis at laxalde.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- ghc-ghci,
- libghc-quickcheck2-dev (>= 2.8),
+ haskell-devscripts (>= 0.10),
  libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-dev (>= 2.8),
  libghc-quickcheck2-prof,
- libghc-vector-dev (>= 0.11),
  libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.11),
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-quickcheck2-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://repa.ouroborus.net
-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-repa
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-repa-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: Regular parallel arrays for Haskell${haskell:ShortBlurb}
  Repa provides high performance, regular, multi-dimensional, shape polymorphic
  parallel arrays. All numeric data is stored unboxed. Functions written with
@@ -41,11 +47,15 @@ Description: Regular parallel arrays for Haskell${haskell:ShortBlurb}
 
 Package: libghc-repa-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: Regular parallel arrays for Haskell${haskell:ShortBlurb}
  Repa provides high performance, regular, multi-dimensional, shape polymorphic
  parallel arrays. All numeric data is stored unboxed. Functions written with
@@ -57,10 +67,13 @@ Description: Regular parallel arrays for Haskell${haskell:ShortBlurb}
 Package: libghc-repa-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: Regular parallel arrays for Haskell${haskell:ShortBlurb}
  Repa provides high performance, regular, multi-dimensional, shape polymorphic
  parallel arrays. All numeric data is stored unboxed. Functions written with

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