diff options
| author | Clint Adams <clint@debian.org> | 2016-10-17 19:09:03 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 19:09:03 -0400 |
| commit | 1472a2d70f35f19f272b4d806548420d08f9b4f4 (patch) | |
| tree | 890418d857bb9ef0540b0cddd9838512db541558 /p/haskell-yesod-default | |
| parent | 1ae510e46d484046e5d8d7db75634fd17f884588 (diff) | |
| download | DHG_packages-1472a2d70f35f19f272b4d806548420d08f9b4f4.tar.gz | |
yesod-default: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-yesod-default')
| -rw-r--r-- | p/haskell-yesod-default/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-yesod-default/debian/control | 48 |
2 files changed, 35 insertions, 21 deletions
diff --git a/p/haskell-yesod-default/debian/changelog b/p/haskell-yesod-default/debian/changelog index 51c4ddade..06f2be9b5 100644 --- a/p/haskell-yesod-default/debian/changelog +++ b/p/haskell-yesod-default/debian/changelog @@ -1,14 +1,14 @@ -haskell-yesod-default (1.2.0-7) UNRELEASED; urgency=medium +haskell-yesod-default (1.2.0-7) 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:35 +0300 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 19:08:58 -0400 haskell-yesod-default (1.2.0-6) unstable; urgency=medium diff --git a/p/haskell-yesod-default/debian/control b/p/haskell-yesod-default/debian/control index 554bc004c..21aafbaa8 100644 --- a/p/haskell-yesod-default/debian/control +++ b/p/haskell-yesod-default/debian/control @@ -1,30 +1,37 @@ Source: haskell-yesod-default 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-yesod-core-dev (>= 1.2), libghc-yesod-core-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-yesod-core-doc, Standards-Version: 3.9.8 Homepage: http://www.yesodweb.com/ -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-yesod-default Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-yesod-default-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: default config and main functions for your Yesod application This is a temporary shim to make things easier for git-annex. It serves no other purpose. @@ -33,11 +40,15 @@ Description: default config and main functions for your Yesod application Package: libghc-yesod-default-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: default config/main functions for your Yesod application; profiling libraries This is a temporary shim to make things easier for git-annex. It serves no other purpose. @@ -47,10 +58,13 @@ Description: default config/main functions for your Yesod application; profiling Package: libghc-yesod-default-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: default config and main functions for your Yesod application; documentation This is a temporary shim to make things easier for git-annex. It serves no other purpose. |
