[DHG_packages] 02/05: STMonadTrans: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 16:46:20 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 92942bffe50df594235c2eb7ac0d80380b0e1aaa
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 12:42:49 2016 -0400

    STMonadTrans: build with ghc 8 in experimental
---
 p/haskell-stmonadtrans/debian/changelog |  8 +++---
 p/haskell-stmonadtrans/debian/control   | 50 +++++++++++++++++++++------------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-stmonadtrans/debian/changelog b/p/haskell-stmonadtrans/debian/changelog
index 42a3d98..5b9b665 100644
--- a/p/haskell-stmonadtrans/debian/changelog
+++ b/p/haskell-stmonadtrans/debian/changelog
@@ -1,13 +1,13 @@
-haskell-stmonadtrans (0.3.3-3) UNRELEASED; urgency=medium
+haskell-stmonadtrans (0.3.3-3) 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:36:14 +0300
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 12:42:43 -0400
 
 haskell-stmonadtrans (0.3.3-2) unstable; urgency=medium
 
diff --git a/p/haskell-stmonadtrans/debian/control b/p/haskell-stmonadtrans/debian/control
index e699fba..ec321d1 100644
--- a/p/haskell-stmonadtrans/debian/control
+++ b/p/haskell-stmonadtrans/debian/control
@@ -1,20 +1,23 @@
 Source: haskell-stmonadtrans
 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-mtl-dev,
  libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/STMonadTrans
-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-stmonadtrans
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: monad transformer version of the ST monad
  This package provides a monad transformer version of the ST monad.
@@ -28,12 +31,16 @@ X-Description: monad transformer version of the ST monad
 
 Package: libghc-stmonadtrans-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}
  .
@@ -41,11 +48,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-stmonadtrans-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}
  .
@@ -54,10 +65,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-stmonadtrans-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