[DHG_packages] 01/01: djinn: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 03:32:01 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 735f95f590c8b07bef6d0723b555a32915db2559
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 23:29:51 2016 -0400

    djinn: build with ghc 8 in experimental
---
 p/djinn/debian/changelog |  8 ++++----
 p/djinn/debian/control   | 19 ++++++++-----------
 2 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/p/djinn/debian/changelog b/p/djinn/debian/changelog
index 61adf79..7b8e65d 100644
--- a/p/djinn/debian/changelog
+++ b/p/djinn/debian/changelog
@@ -1,13 +1,13 @@
-djinn (2014.9.7-5) UNRELEASED; urgency=medium
+djinn (2014.9.7-5) 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)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:34:42 +0300
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 23:29:37 -0400
 
 djinn (2014.9.7-4) unstable; urgency=medium
 
diff --git a/p/djinn/debian/control b/p/djinn/debian/control
index fdf330d..3b7c3e1 100644
--- a/p/djinn/debian/control
+++ b/p/djinn/debian/control
@@ -3,14 +3,13 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
+Build-Depends:
  cdbs,
- haskell-devscripts (>= 0.10),
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev,
- libghc-haskeline-dev,
- libghc-pretty-dev,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/djinn
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
@@ -18,12 +17,10 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: djinn
 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: generate Haskell expressions from types
  Djinn uses a theorem prover for intuitionistic propositional logic to
  generate a Haskell expression when given a type.

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