summaryrefslogtreecommitdiff
path: root/p/haskell-system-filepath
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-15 12:44:07 -0400
committerClint Adams <clint@debian.org>2016-10-15 12:44:07 -0400
commitc8be2fac577d80bdc3667b7f593a94893f583d73 (patch)
tree23494a5305b62b53672ead6ad879b285eae634f4 /p/haskell-system-filepath
parent4db2e34f7617679d5ee98f57e248fafb8570e667 (diff)
downloadDHG_packages-c8be2fac577d80bdc3667b7f593a94893f583d73.tar.gz
system-filepath: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-system-filepath')
-rw-r--r--p/haskell-system-filepath/debian/changelog8
-rw-r--r--p/haskell-system-filepath/debian/control50
2 files changed, 36 insertions, 22 deletions
diff --git a/p/haskell-system-filepath/debian/changelog b/p/haskell-system-filepath/debian/changelog
index 611a0347d..aa8e2c9d5 100644
--- a/p/haskell-system-filepath/debian/changelog
+++ b/p/haskell-system-filepath/debian/changelog
@@ -1,14 +1,14 @@
-haskell-system-filepath (0.4.13.4-4) UNRELEASED; urgency=medium
+haskell-system-filepath (0.4.13.4-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)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:16 +0300
+ -- Clint Adams <clint@debian.org> Sat, 15 Oct 2016 12:43:59 -0400
haskell-system-filepath (0.4.13.4-3) unstable; urgency=medium
diff --git a/p/haskell-system-filepath/debian/control b/p/haskell-system-filepath/debian/control
index b042182e6..c936d2b82 100644
--- a/p/haskell-system-filepath/debian/control
+++ b/p/haskell-system-filepath/debian/control
@@ -1,30 +1,37 @@
Source: haskell-system-filepath
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ Clint Adams <clint@debian.org>,
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-text-dev (>= 0.11.0.6),
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/fpco/haskell-filesystem
-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-system-filepath
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-system-filepath-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: high-level, byte-based file and directory path manipulations${haskell:ShortBlurb}
Functions for portable file path manipulation.
.
@@ -32,11 +39,15 @@ Description: high-level, byte-based file and directory path manipulations${haske
Package: libghc-system-filepath-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: high-level, byte-based file and directory path manipulations${haskell:ShortBlurb}
Functions for portable file path manipulation.
.
@@ -45,10 +56,13 @@ Description: high-level, byte-based file and directory path manipulations${haske
Package: libghc-system-filepath-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: high-level, byte-based file and directory path manipulations${haskell:ShortBlurb}
Functions for portable file path manipulation.
.