summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 15:59:16 -0400
committerClint Adams <clint@debian.org>2016-10-14 15:59:16 -0400
commit9025a85a2dc7e375f04b9df9e7b5f378e19bc332 (patch)
treed44d44b65bfbf1a52b66ed94946a44c7df56cb26
parent94cbcfba89749f0769eb90e3b5d580df1773d316 (diff)
downloadDHG_packages-9025a85a2dc7e375f04b9df9e7b5f378e19bc332.tar.gz
filemanip: build with ghc 8 in experimental
-rw-r--r--p/haskell-filemanip/debian/changelog8
-rw-r--r--p/haskell-filemanip/debian/control34
2 files changed, 18 insertions, 24 deletions
diff --git a/p/haskell-filemanip/debian/changelog b/p/haskell-filemanip/debian/changelog
index 9126ec26e..7a27453ea 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@gnu.org> Tue, 10 May 2016 09:35:18 +0300
+ -- Clint Adams <clint@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 67e06308d..d8b45e572 100644
--- a/p/haskell-filemanip/debian/control
+++ b/p/haskell-filemanip/debian/control
@@ -3,30 +3,27 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Iain Lane <laney@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,