[DHG_packages] 03/05: language-c: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:29:36 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 067926bb65f4438e1094bf22e82daa526912b58a
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 15:26:28 2016 -0400

    language-c: build with ghc 8 in experimental
---
 p/haskell-language-c/debian/changelog |  6 ++---
 p/haskell-language-c/debian/control   | 51 ++++++++++++++++++++++-------------
 2 files changed, 36 insertions(+), 21 deletions(-)

diff --git a/p/haskell-language-c/debian/changelog b/p/haskell-language-c/debian/changelog
index 6573d54..3d4bf23 100644
--- a/p/haskell-language-c/debian/changelog
+++ b/p/haskell-language-c/debian/changelog
@@ -1,8 +1,8 @@
-haskell-language-c (0.5.0-2) UNRELEASED; urgency=medium
+haskell-language-c (0.5.0-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:44 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:26:13 -0400
 
 haskell-language-c (0.5.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-language-c/debian/control b/p/haskell-language-c/debian/control
index 0348d35..91541d9 100644
--- a/p/haskell-language-c/debian/control
+++ b/p/haskell-language-c/debian/control
@@ -1,18 +1,22 @@
 Source: haskell-language-c
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>, Clint Adams <clint at debian.org>
+Uploaders:
+ Erik de Castro Lopo <erikd at mega-nerd.com>,
+ Clint Adams <clint at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
+ alex,
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- alex,
  happy,
+ haskell-devscripts (>= 0.10),
  libghc-syb-dev,
  libghc-syb-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-syb-doc,
 Standards-Version: 3.9.8
 Homepage: http://visq.github.io/language-c/
@@ -25,12 +29,16 @@ X-Description: Haskell library for the analysis and generation of C code
 
 Package: libghc-language-c-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -38,11 +46,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-language-c-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -51,10 +63,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-language-c-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: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