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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 18:33:21 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 75db9ebb975af5dd2a7599d8954533c74dee7d65
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 14:28:54 2016 -0400

    arrows: build with ghc 8 in experimental
---
 p/haskell-arrows/debian/changelog |  8 ++++----
 p/haskell-arrows/debian/control   | 43 ++++++++++++++++++++++++---------------
 2 files changed, 31 insertions(+), 20 deletions(-)

diff --git a/p/haskell-arrows/debian/changelog b/p/haskell-arrows/debian/changelog
index 607380d..3636a3e 100644
--- a/p/haskell-arrows/debian/changelog
+++ b/p/haskell-arrows/debian/changelog
@@ -1,14 +1,14 @@
-haskell-arrows (0.4.4.1-8) UNRELEASED; urgency=medium
+haskell-arrows (0.4.4.1-8) 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:34:45 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 14:28:41 -0400
 
 haskell-arrows (0.4.4.1-7) unstable; urgency=medium
 
diff --git a/p/haskell-arrows/debian/control b/p/haskell-arrows/debian/control
index 6cfb552..2ab78df 100644
--- a/p/haskell-arrows/debian/control
+++ b/p/haskell-arrows/debian/control
@@ -1,29 +1,35 @@
 Source: haskell-arrows
 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-stream-dev,
  libghc-stream-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-stream-doc,
 Standards-Version: 3.9.8
 Homepage: http://www.haskell.org/arrows/
-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-arrows
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-arrows-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell arrow classes and transformers for GHC${haskell:ShortBlurb}
  This library provides several classes that extend the Arrow class, and
  some transformers that implement or lift these classes.
@@ -32,10 +38,12 @@ Description: Haskell arrow classes and transformers for GHC${haskell:ShortBlurb}
 
 Package: libghc-arrows-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Provides:
+ ${haskell:Provides},
 Description: Haskell arrow classes and transformers for GHC${haskell:ShortBlurb}
  This library provides several classes that extend the Arrow class, and
  some transformers that implement or lift these classes.
@@ -45,10 +53,13 @@ Description: Haskell arrow classes and transformers for GHC${haskell:ShortBlurb}
 Package: libghc-arrows-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 arrow classes and transformers for GHC${haskell:ShortBlurb}
  This library provides several classes that extend the Arrow class, and
  some transformers that implement or lift these classes.

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