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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:22:04 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 1e0d803334bf26b0d7298e64f08b26c5247c7d97
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 15:15:39 2016 -0400

    djinn-ghc: build with ghc 8 in experimental
---
 p/haskell-djinn-ghc/debian/changelog |  8 +++---
 p/haskell-djinn-ghc/debian/control   | 52 +++++++++++++++++++++++-------------
 2 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-djinn-ghc/debian/changelog b/p/haskell-djinn-ghc/debian/changelog
index 3c26101..20843b0 100644
--- a/p/haskell-djinn-ghc/debian/changelog
+++ b/p/haskell-djinn-ghc/debian/changelog
@@ -1,13 +1,13 @@
-haskell-djinn-ghc (0.0.2.3-5) UNRELEASED; urgency=medium
+haskell-djinn-ghc (0.0.2.3-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:35:11 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:15:31 -0400
 
 haskell-djinn-ghc (0.0.2.3-4) unstable; urgency=medium
 
diff --git a/p/haskell-djinn-ghc/debian/control b/p/haskell-djinn-ghc/debian/control
index d45bf98..6efe5d1 100644
--- a/p/haskell-djinn-ghc/debian/control
+++ b/p/haskell-djinn-ghc/debian/control
@@ -1,40 +1,47 @@
 Source: haskell-djinn-ghc
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
 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-async-dev,
  libghc-async-prof,
  libghc-djinn-lib-dev (>= 0.0.1.2),
  libghc-djinn-lib-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-async-doc,
  libghc-djinn-lib-doc,
  libghc-mtl-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/djinn-ghc
-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-djinn-ghc
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Generate Haskell code from a type. (Bridge to GHC API)
+X-Description: generate Haskell code from a type (bridge to GHC API)
  Djinn uses an theorem prover for intuitionistic propositional logic to generate
  a Haskell expression when given a type.  This is the bridge from djinn-lib to
  GHC API.
 
 Package: libghc-djinn-ghc-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}
  .
@@ -42,11 +49,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-djinn-ghc-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}
  .
@@ -55,10 +66,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-djinn-ghc-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