[DHG_packages] 05/05: file-embed: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 19:57:51 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 94cbcfba89749f0769eb90e3b5d580df1773d316
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 15:56:21 2016 -0400

    file-embed: build with ghc 8 in experimental
---
 p/haskell-file-embed/debian/changelog |  6 +++---
 p/haskell-file-embed/debian/control   | 39 ++++++++++++++++-------------------
 2 files changed, 21 insertions(+), 24 deletions(-)

diff --git a/p/haskell-file-embed/debian/changelog b/p/haskell-file-embed/debian/changelog
index f08fbe1..5699ddf 100644
--- a/p/haskell-file-embed/debian/changelog
+++ b/p/haskell-file-embed/debian/changelog
@@ -1,8 +1,8 @@
-haskell-file-embed (0.0.10-2) UNRELEASED; urgency=medium
+haskell-file-embed (0.0.10-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:30 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 15:56:17 -0400
 
 haskell-file-embed (0.0.10-1) unstable; urgency=medium
 
diff --git a/p/haskell-file-embed/debian/control b/p/haskell-file-embed/debian/control
index 97dabd3..0fc7029 100644
--- a/p/haskell-file-embed/debian/control
+++ b/p/haskell-file-embed/debian/control
@@ -3,27 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint at debian.org>
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
- ghc-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-ghci,
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-hunit-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: https://github.com/snoyberg/file-embed
-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-file-embed
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-file-embed-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: direct file embedding library${haskell:ShortBlurb}
  It lets you use Template Haskell to embed file contents directly.
  .
@@ -31,11 +30,10 @@ Description: direct file embedding library${haskell:ShortBlurb}
 
 Package: libghc-file-embed-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: direct file embedding library${haskell:ShortBlurb}
  It lets you use Template Haskell to embed file contents directly.
  .
@@ -44,10 +42,9 @@ Description: direct file embedding library${haskell:ShortBlurb}
 Package: libghc-file-embed-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: direct file embedding library${haskell:ShortBlurb}
  It lets you use Template Haskell to embed file contents directly.
  .

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