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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 00:03: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 43456dce245e7339b5c83f488cd302027c6e2dd0
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 20:01:47 2016 -0400

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

diff --git a/p/haskell-ixset/debian/changelog b/p/haskell-ixset/debian/changelog
index 747e45b..9b5f35d 100644
--- a/p/haskell-ixset/debian/changelog
+++ b/p/haskell-ixset/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ixset (1.0.7-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 20:01:39 -0400
+
 haskell-ixset (1.0.7-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-ixset/debian/control b/p/haskell-ixset/debian/control
index 469eced..f9d26e1 100644
--- a/p/haskell-ixset/debian/control
+++ b/p/haskell-ixset/debian/control
@@ -1,37 +1,43 @@
 Source: haskell-ixset
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>
+Uploaders:
+ Giovanni Mascellani <gio 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-safecopy-dev,
  libghc-safecopy-prof,
- ghc-ghci,
  libghc-syb-dev,
  libghc-syb-prof,
  libghc-syb-with-class-dev (>= 0.6.1),
  libghc-syb-with-class-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-safecopy-doc,
  libghc-syb-doc,
  libghc-syb-with-class-doc,
 Standards-Version: 3.9.8
 Homepage: http://happstack.com
-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-ixset
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-ixset-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: Haskell implementation of queryable sets - GHC libraries${haskell:ShortBlurb}
  IxSet is a Haskell efficient implementation of queryable sets: it
  makes you able to define complex data types and index them on some of
@@ -42,11 +48,15 @@ Description: Haskell implementation of queryable sets - GHC libraries${haskell:S
 
 Package: libghc-ixset-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: Haskell implementation of queryable sets - GHC profiling libraries${haskell:ShortBlurb}
  IxSet is a Haskell efficient implementation of queryable sets: it
  makes you able to define complex data types and index them on some of
@@ -58,10 +68,13 @@ Description: Haskell implementation of queryable sets - GHC profiling libraries$
 Package: libghc-ixset-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: Haskell implementation of queryable sets - documentation${haskell:ShortBlurb}
  IxSet is a Haskell efficient implementation of queryable sets: it
  makes you able to define complex data types and index them on some of

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