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

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:32:43 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 58d34e73617a2ca2243ebf1384eccf6316924e71
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 14:30:40 2016 -0400

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

diff --git a/p/haskell-uglymemo/debian/changelog b/p/haskell-uglymemo/debian/changelog
index e1566d9..09ae62e 100644
--- a/p/haskell-uglymemo/debian/changelog
+++ b/p/haskell-uglymemo/debian/changelog
@@ -1,12 +1,12 @@
-haskell-uglymemo (0.1.0.1-2) UNRELEASED; urgency=medium
+haskell-uglymemo (0.1.0.1-2) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * 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 10:35:11 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 14:30:27 -0400
 
 haskell-uglymemo (0.1.0.1-1) unstable; urgency=low
 
diff --git a/p/haskell-uglymemo/debian/control b/p/haskell-uglymemo/debian/control
index 5ac6872..34d3f7e 100644
--- a/p/haskell-uglymemo/debian/control
+++ b/p/haskell-uglymemo/debian/control
@@ -3,28 +3,27 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint at debian.org>
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.9),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/uglymemo
-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-uglymemo
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: simple (but internally ugly) memoization function
  This provides a simple memoization function in pure and IO forms.
 
 Package: libghc-uglymemo-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -32,12 +31,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-uglymemo-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -46,11 +44,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-uglymemo-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
 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