[DHG_packages] 03/05: sql-words: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:35:46 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 4b31108af8591df69ff06ae850345f5ad9708335
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 15:31:44 2016 -0400

    sql-words: build with ghc 8 in experimental
---
 p/haskell-sql-words/debian/changelog |  6 ++++
 p/haskell-sql-words/debian/control   | 57 +++++++++++++++++++++++-------------
 2 files changed, 43 insertions(+), 20 deletions(-)

diff --git a/p/haskell-sql-words/debian/changelog b/p/haskell-sql-words/debian/changelog
index ce2cb89..79ad3d4 100644
--- a/p/haskell-sql-words/debian/changelog
+++ b/p/haskell-sql-words/debian/changelog
@@ -1,3 +1,9 @@
+haskell-sql-words (0.1.4.1-3) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:31:35 -0400
+
 haskell-sql-words (0.1.4.1-2) unstable; urgency=medium
 
   * Adjust to dh_haskell_blurbs way.
diff --git a/p/haskell-sql-words/debian/control b/p/haskell-sql-words/debian/control
index aeb847c..dc4b0a0 100644
--- a/p/haskell-sql-words/debian/control
+++ b/p/haskell-sql-words/debian/control
@@ -1,16 +1,19 @@
 Source: haskell-sql-words
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Kei Hibino <ex8k.hibino at gmail.com>
+Uploaders:
+ Kei Hibino <ex8k.hibino at gmail.com>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-quickcheck2-dev (>= 2),
+ haskell-devscripts (>= 0.9),
  libghc-quickcheck-simple-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-dev (>= 2),
+Build-Depends-Indep:
+ ghc-doc,
 Standards-Version: 3.9.8
 Homepage: http://khibino.github.io/haskell-relational-record/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-sql-words
@@ -21,13 +24,18 @@ X-Description: SQL keywords data constructor into OverloadedString
 
 Package: libghc-sql-words-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -35,12 +43,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-sql-words-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -49,11 +62,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-sql-words-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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