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

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 19:51: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 51a6cdb08f37e547256ef6fca7296c6286fcab05
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 15:45:44 2016 -0400

    dyre: build with ghc 8 in experimental
---
 p/haskell-dyre/debian/changelog |  8 ++++----
 p/haskell-dyre/debian/control   | 38 ++++++++++++++++++--------------------
 2 files changed, 22 insertions(+), 24 deletions(-)

diff --git a/p/haskell-dyre/debian/changelog b/p/haskell-dyre/debian/changelog
index 6fe7a29..ef47cd0 100644
--- a/p/haskell-dyre/debian/changelog
+++ b/p/haskell-dyre/debian/changelog
@@ -1,14 +1,14 @@
-haskell-dyre (0.8.12-2) UNRELEASED; urgency=medium
+haskell-dyre (0.8.12-2) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:13 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 15:45:19 -0400
 
 haskell-dyre (0.8.12-1) unstable; urgency=medium
 
diff --git a/p/haskell-dyre/debian/control b/p/haskell-dyre/debian/control
index 54d8bed..06726d1 100644
--- a/p/haskell-dyre/debian/control
+++ b/p/haskell-dyre/debian/control
@@ -3,11 +3,12 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint at debian.org>, Louis Bettens <louis at bettens.info>
 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-executable-path-dev,
  libghc-executable-path-prof,
  libghc-ghc-paths-dev,
@@ -16,24 +17,23 @@ Build-Depends: debhelper (>= 9),
  libghc-io-storage-prof,
  libghc-xdg-basedir-dev,
  libghc-xdg-basedir-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-executable-path-doc,
  libghc-ghc-paths-doc,
  libghc-io-storage-doc,
  libghc-xdg-basedir-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/willdonnelly/dyre
-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-dyre
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-dyre-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: dynamic reconfiguration library${haskell:ShortBlurb}
  Dyre implements dynamic reconfiguration facilities after the style
  of Xmonad. Dyre aims to be as simple as possible without sacrificing
@@ -45,11 +45,10 @@ Description: dynamic reconfiguration library${haskell:ShortBlurb}
 
 Package: libghc-dyre-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: dynamic reconfiguration library${haskell:ShortBlurb}
  Dyre implements dynamic reconfiguration facilities after the style
  of Xmonad. Dyre aims to be as simple as possible without sacrificing
@@ -62,10 +61,9 @@ Description: dynamic reconfiguration library${haskell:ShortBlurb}
 Package: libghc-dyre-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: dynamic reconfiguration library${haskell:ShortBlurb}
  Dyre implements dynamic reconfiguration facilities after the style
  of Xmonad. Dyre aims to be as simple as possible without sacrificing

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