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

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 15:41:26 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 eb71cf3a933288971da760bf9fc19b743fb092dc
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 11:35:57 2016 -0400

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

diff --git a/p/haskell-mmap/debian/changelog b/p/haskell-mmap/debian/changelog
index 4e68750..5406086 100644
--- a/p/haskell-mmap/debian/changelog
+++ b/p/haskell-mmap/debian/changelog
@@ -1,13 +1,13 @@
-haskell-mmap (0.5.9-4) UNRELEASED; urgency=medium
+haskell-mmap (0.5.9-4) 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:46 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 11:35:34 -0400
 
 haskell-mmap (0.5.9-3) unstable; urgency=medium
 
diff --git a/p/haskell-mmap/debian/control b/p/haskell-mmap/debian/control
index 9164ce4..b07c9c8 100644
--- a/p/haskell-mmap/debian/control
+++ b/p/haskell-mmap/debian/control
@@ -3,25 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/mmap
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/haskell-mmap
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-mmap-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs: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: Memory mapped files for POSIX and Windows${haskell:ShortBlurb}
  This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
  devices to be lazily loaded into memory as strict or lazy ByteStrings,
@@ -32,12 +31,10 @@ Description: Memory mapped files for POSIX and Windows${haskell:ShortBlurb}
 
 Package: libghc-mmap-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs: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: Memory mapped files for POSIX and Windows${haskell:ShortBlurb}
  This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
  devices to be lazily loaded into memory as strict or lazy ByteStrings,
@@ -49,10 +46,9 @@ Description: Memory mapped files for POSIX and Windows${haskell:ShortBlurb}
 Package: libghc-mmap-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: Memory mapped files for POSIX and Windows${haskell:ShortBlurb}
  This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
  devices to be lazily loaded into memory as strict or lazy ByteStrings,

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