summaryrefslogtreecommitdiff
path: root/p/haskell-hoauth2/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-12 21:32:59 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-12 22:15:07 +0200
commit14f25aa999a39fc86ff594160c1c50e88df683fa (patch)
treed025717f1d114c68a3545b2a16b11270c1e344ff /p/haskell-hoauth2/debian
parent9fa2cdb713769ca89053c21e8700c29bb4bbb005 (diff)
downloadDHG_packages-14f25aa999a39fc86ff594160c1c50e88df683fa.tar.gz
Run cabal-debian on (some) packages
Diffstat (limited to 'p/haskell-hoauth2/debian')
-rw-r--r--p/haskell-hoauth2/debian/control8
1 files changed, 6 insertions, 2 deletions
diff --git a/p/haskell-hoauth2/debian/control b/p/haskell-hoauth2/debian/control
index 2b3d6dbb2..ff7e0c1cb 100644
--- a/p/haskell-hoauth2/debian/control
+++ b/p/haskell-hoauth2/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 7.0),
+Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.9),
cdbs,
ghc,
@@ -14,15 +14,19 @@ Build-Depends: debhelper (>= 7.0),
libghc-http-conduit-dev (>= 2.0),
libghc-http-conduit-dev (<< 2.2),
libghc-http-conduit-prof,
+ libghc-http-types-dev (>= 0.8),
+ libghc-http-types-dev (<< 0.9),
+ libghc-http-types-prof,
libghc-text-dev (>= 0.11),
libghc-text-dev (<< 1.3),
libghc-text-prof,
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
libghc-http-conduit-doc,
+ libghc-http-types-doc,
libghc-text-doc,
Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/hoauth2
+Homepage: https://github.com/freizl/hoauth2
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hoauth2
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hoauth2
X-Description: OAuth2 authentication for Haskell