diff options
| author | Clint Adams <clint@debian.org> | 2016-10-14 11:48:29 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-14 11:48:29 -0400 |
| commit | 67024e76542e08b8cc02f590c01f764e2da4dc47 (patch) | |
| tree | b4a3d6f43880b578580133fce1e3e25fe64e4683 /p/haskell-network-info/debian | |
| parent | 2c6c079eb7735f79e1b39e0442aab8392402bd9c (diff) | |
| download | DHG_packages-67024e76542e08b8cc02f590c01f764e2da4dc47.tar.gz | |
network-info: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-network-info/debian')
| -rw-r--r-- | p/haskell-network-info/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-network-info/debian/control | 37 |
2 files changed, 21 insertions, 24 deletions
diff --git a/p/haskell-network-info/debian/changelog b/p/haskell-network-info/debian/changelog index ceb33fb41..86461d8b4 100644 --- a/p/haskell-network-info/debian/changelog +++ b/p/haskell-network-info/debian/changelog @@ -1,13 +1,13 @@ -haskell-network-info (0.2.0.8-2) UNRELEASED; urgency=medium +haskell-network-info (0.2.0.8-2) 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:51 +0300 + -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 11:47:53 -0400 haskell-network-info (0.2.0.8-1) unstable; urgency=medium diff --git a/p/haskell-network-info/debian/control b/p/haskell-network-info/debian/control index c413dc9f7..a3ffed62a 100644 --- a/p/haskell-network-info/debian/control +++ b/p/haskell-network-info/debian/control @@ -3,25 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Joey Hess <joeyh@debian.org> Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, -Build-Depends-Indep: ghc-doc, + haskell-devscripts (>= 0.10), +Build-Depends-Indep: ghc-doc Standards-Version: 3.9.8 Homepage: http://github.com/jystic/network-info -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-network-info Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-network-info-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, - ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: listing network interfaces in Haskell${haskell:ShortBlurb} This library provides simple read-only access to the local computer's networking configuration. It is currently capable of getting a list of @@ -34,11 +33,10 @@ Description: listing network interfaces in Haskell${haskell:ShortBlurb} Package: libghc-network-info-prof Architecture: any -Depends: ${haskell:Depends}, - ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: listing network interfaces in Haskell${haskell:ShortBlurb} This library provides simple read-only access to the local computer's networking configuration. It is currently capable of getting a list of @@ -52,10 +50,9 @@ Description: listing network interfaces in Haskell${haskell:ShortBlurb} Package: libghc-network-info-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: listing network interfaces in Haskell${haskell:ShortBlurb} This library provides simple read-only access to the local computer's networking configuration. It is currently capable of getting a list of |
