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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 00:07:59 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 55cfad1c6e992caaac9ff99fef92a607370319ae
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 20:04:26 2016 -0400

    lifted-async: build with ghc 8 in experimental
---
 p/haskell-lifted-async/debian/changelog |  6 ++--
 p/haskell-lifted-async/debian/control   | 62 ++++++++++++++++++++-------------
 2 files changed, 41 insertions(+), 27 deletions(-)

diff --git a/p/haskell-lifted-async/debian/changelog b/p/haskell-lifted-async/debian/changelog
index 3ef7075..fb86c8d 100644
--- a/p/haskell-lifted-async/debian/changelog
+++ b/p/haskell-lifted-async/debian/changelog
@@ -1,8 +1,8 @@
-haskell-lifted-async (0.9.0-2) UNRELEASED; urgency=medium
+haskell-lifted-async (0.9.0-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:45 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 20:04:18 -0400
 
 haskell-lifted-async (0.9.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-lifted-async/debian/control b/p/haskell-lifted-async/debian/control
index 75d030f..417c31b 100644
--- a/p/haskell-lifted-async/debian/control
+++ b/p/haskell-lifted-async/debian/control
@@ -1,29 +1,32 @@
 Source: haskell-lifted-async
 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,
- libghc-async-dev (>= 2.0.1),
+ haskell-devscripts (>= 0.10),
  libghc-async-dev (<< 2.2),
+ libghc-async-dev (>= 2.0.1),
  libghc-async-prof,
- libghc-constraints-dev (>= 0.2),
  libghc-constraints-dev (<< 0.9),
+ libghc-constraints-dev (>= 0.2),
  libghc-constraints-prof,
- libghc-lifted-base-dev (>= 0.2),
  libghc-lifted-base-dev (<< 0.3),
+ libghc-lifted-base-dev (>= 0.2),
  libghc-lifted-base-prof,
- libghc-monad-control-dev (>= 1.0),
  libghc-monad-control-dev (<< 1.1),
+ libghc-monad-control-dev (>= 1.0),
  libghc-monad-control-prof,
- libghc-transformers-base-dev (>= 0.4),
  libghc-transformers-base-dev (<< 0.5),
+ libghc-transformers-base-dev (>= 0.4),
  libghc-transformers-base-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-async-doc,
  libghc-constraints-doc,
  libghc-lifted-base-doc,
@@ -31,20 +34,24 @@ Build-Depends-Indep: ghc-doc,
  libghc-transformers-base-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/maoe/lifted-async
-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-lifted-async
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: operations from async lifted to MonadBase
- This package provides IO operations from @async@ package lifted to any
+ This package provides IO operations from async package lifted to any
  instance of 'MonadBase' or 'MonadBaseControl'.
 
 Package: libghc-lifted-async-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}
  .
@@ -52,11 +59,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-lifted-async-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}
  .
@@ -65,10 +76,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-lifted-async-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