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

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:04:21 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 9025a85a2dc7e375f04b9df9e7b5f378e19bc332
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 15:59:16 2016 -0400

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

diff --git a/p/haskell-filemanip/debian/changelog b/p/haskell-filemanip/debian/changelog
index 9126ec2..7a27453 100644
--- a/p/haskell-filemanip/debian/changelog
+++ b/p/haskell-filemanip/debian/changelog
@@ -1,13 +1,13 @@
-haskell-filemanip (0.3.6.3-5) UNRELEASED; urgency=medium
+haskell-filemanip (0.3.6.3-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:18 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 15:59:07 -0400
 
 haskell-filemanip (0.3.6.3-4) unstable; urgency=medium
 
diff --git a/p/haskell-filemanip/debian/control b/p/haskell-filemanip/debian/control
index 67e0630..d8b45e5 100644
--- a/p/haskell-filemanip/debian/control
+++ b/p/haskell-filemanip/debian/control
@@ -3,30 +3,27 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Iain Lane <laney at ubuntu.com>
 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,
  libghc-unix-compat-dev,
  libghc-unix-compat-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
- libghc-unix-compat-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-unix-compat-doc
 Standards-Version: 3.9.8
 Homepage: https://github.com/bos/filemanip
-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-filemanip
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-filemanip-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: expressive file and directory manipulation for Haskell${haskell:ShortBlurb}
  FileManip is a Haskell library for working with files and directories.
  Includes code for pattern matching, finding files, modifying file contents,
@@ -38,10 +35,8 @@ Description: expressive file and directory manipulation for Haskell${haskell:Sho
 
 Package: libghc-filemanip-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: ${haskell:Provides}
 Description: expressive file and directory manipulation for Haskell${haskell:ShortBlurb}
  FileManip is a Haskell library for working with files and directories.
  Includes code for pattern matching, finding files, modifying file contents,
@@ -54,10 +49,9 @@ Description: expressive file and directory manipulation for Haskell${haskell:Sho
 Package: libghc-filemanip-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: expressive file and directory manipulation for Haskell${haskell:ShortBlurb}
  FileManip is a Haskell library for working with files and directories.
  Includes code for pattern matching, finding files, modifying file contents,

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