[DHG_packages] 02/05: enclosed-exceptions: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 23:53: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 43afade022c224c478643489ba8f38af94e0138e
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 19:49:26 2016 -0400

    enclosed-exceptions: build with ghc 8 in experimental
---
 p/haskell-enclosed-exceptions/debian/changelog |  6 +++
 p/haskell-enclosed-exceptions/debian/control   | 58 ++++++++++++++++----------
 2 files changed, 42 insertions(+), 22 deletions(-)

diff --git a/p/haskell-enclosed-exceptions/debian/changelog b/p/haskell-enclosed-exceptions/debian/changelog
index 6bd5669..8c02514 100644
--- a/p/haskell-enclosed-exceptions/debian/changelog
+++ b/p/haskell-enclosed-exceptions/debian/changelog
@@ -1,3 +1,9 @@
+haskell-enclosed-exceptions (1.0.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 19:49:18 -0400
+
 haskell-enclosed-exceptions (1.0.2-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-enclosed-exceptions/debian/control b/p/haskell-enclosed-exceptions/debian/control
index ae9ad2b..0c58d72 100644
--- a/p/haskell-enclosed-exceptions/debian/control
+++ b/p/haskell-enclosed-exceptions/debian/control
@@ -1,30 +1,33 @@
 Source: haskell-enclosed-exceptions
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint 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 (>= 2.0),
+ libghc-hspec-dev (>= 1.3),
  libghc-lifted-base-dev (>= 0.2),
  libghc-lifted-base-prof,
  libghc-monad-control-dev,
  libghc-monad-control-prof,
- libghc-transformers-base-dev,
- libghc-transformers-base-prof,
  libghc-quickcheck2-dev,
- libghc-async-dev (>= 2.0),
- libghc-hspec-dev (>= 1.3),
  libghc-stm-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-transformers-base-dev,
+ libghc-transformers-base-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-lifted-base-doc,
  libghc-monad-control-doc,
  libghc-transformers-base-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/jcristovao/enclosed-exceptions
-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-enclosed-exceptions
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: catching all exceptions from within an enclosed computation
  Catching all exceptions raised within an enclosed computation, while
@@ -32,12 +35,16 @@ X-Description: catching all exceptions from within an enclosed computation
 
 Package: libghc-enclosed-exceptions-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}
  .
@@ -45,11 +52,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-enclosed-exceptions-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}
  .
@@ -58,10 +69,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-enclosed-exceptions-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