[DHG_packages] 03/05: flexible-defaults: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 04:50: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 5bd311cf364b241d2488697e1b82ab3f40b08919
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 00:47:40 2016 -0400

    flexible-defaults: build with ghc 8 in experimental
---
 p/haskell-flexible-defaults/debian/changelog |  6 +++
 p/haskell-flexible-defaults/debian/control   | 69 +++++++++++++++++-----------
 2 files changed, 48 insertions(+), 27 deletions(-)

diff --git a/p/haskell-flexible-defaults/debian/changelog b/p/haskell-flexible-defaults/debian/changelog
index 2c0abc0..3fcbd7f 100644
--- a/p/haskell-flexible-defaults/debian/changelog
+++ b/p/haskell-flexible-defaults/debian/changelog
@@ -1,3 +1,9 @@
+haskell-flexible-defaults (0.0.1.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 00:47:34 -0400
+
 haskell-flexible-defaults (0.0.1.2-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-flexible-defaults/debian/control b/p/haskell-flexible-defaults/debian/control
index 4e70501..6b398c6 100644
--- a/p/haskell-flexible-defaults/debian/control
+++ b/p/haskell-flexible-defaults/debian/control
@@ -2,22 +2,25 @@ Source: haskell-flexible-defaults
 Section: haskell
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.10)
-  , ghc
-  , ghc-prof
-  , ghc-ghci
-  , libghc-th-extras-dev
-  , libghc-th-extras-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-th-extras-doc
+Uploaders:
+ Clint Adams <clint at debian.org>,
+Build-Depends:
+ cdbs,
+ debhelper (>= 9),
+ ghc (>= 8),
+ ghc-ghci,
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libghc-th-extras-dev,
+ libghc-th-extras-prof,
+Build-Depends-Indep:
+ ghc-doc,
+ libghc-th-extras-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/flexible-defaults
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
-X-Description: Generate default function implementations for complex type classes
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-flexible-defaults
+X-Description: generate default function implementations for complex type classes
  Template Haskell code to implement default implementations for
  type-class functions based on which functions are already implemented.
  Currently extremely crude but still fairly effective.
@@ -33,12 +36,16 @@ X-Description: Generate default function implementations for complex type classe
 
 Package: libghc-flexible-defaults-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -46,11 +53,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-flexible-defaults-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -59,9 +70,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-flexible-defaults-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Depends:
+ ${haskell:Depends},
+ ${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