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

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 17:20:10 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 a01b83a2f3d569b534955d1b69ce01afe2dd17c6
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 13:18:35 2016 -0400

    pointedlist: build with ghc 8 in experimental
---
 p/haskell-pointedlist/debian/changelog |  8 +++----
 p/haskell-pointedlist/debian/control   | 39 ++++++++++++++++------------------
 2 files changed, 22 insertions(+), 25 deletions(-)

diff --git a/p/haskell-pointedlist/debian/changelog b/p/haskell-pointedlist/debian/changelog
index d675da3..368d493 100644
--- a/p/haskell-pointedlist/debian/changelog
+++ b/p/haskell-pointedlist/debian/changelog
@@ -1,13 +1,13 @@
-haskell-pointedlist (0.6.1-5) UNRELEASED; urgency=medium
+haskell-pointedlist (0.6.1-5) 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:35:59 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 13:18:25 -0400
 
 haskell-pointedlist (0.6.1-4) unstable; urgency=medium
 
diff --git a/p/haskell-pointedlist/debian/control b/p/haskell-pointedlist/debian/control
index 3f97918..a149a61 100644
--- a/p/haskell-pointedlist/debian/control
+++ b/p/haskell-pointedlist/debian/control
@@ -3,26 +3,25 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Masayuki Hatta <mhatta at debian.org>
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
- ghc-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-ghci,
-Build-Depends-Indep: ghc-doc,
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/pointedlist
-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-pointedlist
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-pointedlist-dev
 Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: zipper-like comonad which works as a list, tracking a position${haskell:ShortBlurb}
  This Haskell library provides PointedList, which tracks the position in a
  non-empty list which works similarly to a zipper. A current item is always
@@ -33,11 +32,10 @@ Description: zipper-like comonad which works as a list, tracking a position${has
 
 Package: libghc-pointedlist-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: zipper-like comonad which works as a list, tracking a position${haskell:ShortBlurb}
  This Haskell library provides PointedList, which tracks the position in a
  non-empty list which works similarly to a zipper. A current item is always
@@ -49,10 +47,9 @@ Description: zipper-like comonad which works as a list, tracking a position${has
 Package: libghc-pointedlist-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: zipper-like comonad which works as a list, tracking a position.${haskell:ShortBlurb}
  This Haskell library provides PointedList, which tracks the position in a
  non-empty list which works similarly to a zipper. A current item is always

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