diff options
| author | Clint Adams <clint@debian.org> | 2016-10-14 14:45:36 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-14 14:45:36 -0400 |
| commit | b358f5e14cb9bcc3f1a7f2813d326c61aba8c56b (patch) | |
| tree | 2962ae1480ba3fe353f793bdebd438c8a8df09cf /p/magic-haskell | |
| parent | 51cfda065b6f9741c42050716eba4f73ac656ad2 (diff) | |
| download | DHG_packages-b358f5e14cb9bcc3f1a7f2813d326c61aba8c56b.tar.gz | |
magic-haskell: build with ghc 8 in experimental
Diffstat (limited to 'p/magic-haskell')
| -rw-r--r-- | p/magic-haskell/debian/changelog | 8 | ||||
| -rw-r--r-- | p/magic-haskell/debian/control | 31 |
2 files changed, 13 insertions, 26 deletions
diff --git a/p/magic-haskell/debian/changelog b/p/magic-haskell/debian/changelog index c110666fe..3c121112a 100644 --- a/p/magic-haskell/debian/changelog +++ b/p/magic-haskell/debian/changelog @@ -1,14 +1,14 @@ -magic-haskell (1.1-5) UNRELEASED; urgency=medium +magic-haskell (1.1-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) * 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:40 +0300 + -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 14:45:07 -0400 magic-haskell (1.1-4) unstable; urgency=medium diff --git a/p/magic-haskell/debian/control b/p/magic-haskell/debian/control index d8fe93bf6..3d565b410 100644 --- a/p/magic-haskell/debian/control +++ b/p/magic-haskell/debian/control @@ -2,23 +2,24 @@ Source: magic-haskell Priority: optional Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Uploaders: John Goerzen <jgoerzen@complete.org> -Build-Depends: debhelper (>= 9), +Build-Depends: cdbs, - haskell-devscripts (>= 0.10), - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, - libmagic-dev + haskell-devscripts (>= 0.10), + libmagic-dev, Build-Depends-Indep: ghc-doc Standards-Version: 3.9.8 Section: haskell Homepage: http://hackage.haskell.org/package/magic Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git -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/magic-haskell Package: libghc-magic-dev Section: haskell Architecture: any -Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}, libmagic-dev +Depends: libmagic-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} @@ -33,7 +34,7 @@ Description: File type determination library for Haskell${haskell:ShortBlurb} Package: libghc-magic-prof Section: haskell Architecture: any -Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends} +Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} @@ -45,24 +46,10 @@ Description: File type determination library for Haskell${haskell:ShortBlurb} . ${haskell:Blurb} -#Package: libhugs-magic -#Section: haskell -#Architecture: any -#Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends} -#Suggests: ${haskell:Suggests} -#Description: File type determination library for Haskell${haskell:ShortBlurb} -# This package provides a Haskell interface to the C libmagic library. -# With it, you can determine the type of a file by examining its contents -# rather than its name. The Haskell interface provides a full-featured -# binding. -# . -# This package is built for Hugs. A GHC package is also available -# in libghc-magic-dev. - Package: libghc-magic-doc Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} +Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: magic-haskell-doc |
