diff options
author | Clint Adams <clint@debian.org> | 2016-10-16 15:19:14 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-16 15:19:14 -0400 |
commit | a0ae51c215cfa72f82232419376bf51d4818eccb (patch) | |
tree | 2ddb9b9ba6ac7dfaa265d83985de21aa8888478b /p/haskell-file-location | |
parent | 06d4d548b54fb3747b7c9cdce6d21784ac2fe0b6 (diff) | |
download | DHG_packages-a0ae51c215cfa72f82232419376bf51d4818eccb.tar.gz |
file-location: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-file-location')
-rw-r--r-- | p/haskell-file-location/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-file-location/debian/control | 49 |
2 files changed, 35 insertions, 22 deletions
diff --git a/p/haskell-file-location/debian/changelog b/p/haskell-file-location/debian/changelog index b93302a3d..b9d6a7487 100644 --- a/p/haskell-file-location/debian/changelog +++ b/p/haskell-file-location/debian/changelog @@ -1,14 +1,14 @@ -haskell-file-location (0.4.9-4) UNRELEASED; urgency=medium +haskell-file-location (0.4.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) * 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:35:17 +0300 + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 15:19:03 -0400 haskell-file-location (0.4.9-3) unstable; urgency=medium diff --git a/p/haskell-file-location/debian/control b/p/haskell-file-location/debian/control index 37d468bef..df278e315 100644 --- a/p/haskell-file-location/debian/control +++ b/p/haskell-file-location/debian/control @@ -1,14 +1,15 @@ Source: haskell-file-location 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, - ghc-ghci, + haskell-devscripts (>= 0.10), libghc-hunit-dev, libghc-hunit-prof, libghc-lifted-base-dev, @@ -16,23 +17,28 @@ Build-Depends: debhelper (>= 9), libghc-th-orphans-dev (>= 0.9), libghc-th-orphans-prof, shelltestrunner, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-hunit-doc, libghc-lifted-base-doc, libghc-th-orphans-doc, Standards-Version: 3.9.8 Homepage: https://github.com/gregwebs/FileLocation.hs -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-file-location Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-file-location-dev Architecture: any -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: common functions that show file location information${haskell:ShortBlurb} Common debugging/error/exception functions that give file location information in the style of @@ -43,11 +49,15 @@ Description: common functions that show file location information${haskell:Short Package: libghc-file-location-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: common functions that show file location information${haskell:ShortBlurb} Common debugging/error/exception functions that give file location information in the style of @@ -59,10 +69,13 @@ Description: common functions that show file location information${haskell:Short Package: libghc-file-location-doc Architecture: all Section: doc -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, Description: common functions that show file location information${haskell:ShortBlurb} Common debugging/error/exception functions that give file location information in the style of |