[Pkg-haskell-commits] [SCM] Haskell implementation of OAuth 1.0a branch, master, updated. debian/0.2.3-2-5-g90cd9a1

Clint Adams clint at debian.org
Thu Mar 8 15:46:06 UTC 2012


The following commit has been merged in the master branch:
commit dba29feacb8830440cf49fc0765ba033c93274b3
Author: Clint Adams <clint at debian.org>
Date:   Thu Mar 8 10:05:16 2012 -0500

    Update build deps.

diff --git a/debian/control b/debian/control
index 8fb8da3..b7586cc 100644
--- a/debian/control
+++ b/debian/control
@@ -10,35 +10,29 @@ Build-Depends: debhelper (>= 7),
  hscolour,
  ghc,
  ghc-prof,
- ghc-doc,
- cpphs,
- libghc-bytestring-dev,
- libghc-bytestring-prof,
- libghc-bytestring-doc,
- libghc-binary-dev,
- libghc-binary-prof,
- libghc-binary-doc,
- libghc-sha-dev,
- libghc-sha-prof,
- libghc-sha-doc,
- libghc-dataenc-dev,
- libghc-dataenc-prof,
- libghc-dataenc-doc,
- libghc-time-dev,
- libghc-time-prof,
- libghc-time-doc,
- libghc-random-dev,
- libghc-random-prof,
- libghc-random-doc,
- libghc-curl-dev,
- libghc-curl-prof,
- libghc-curl-doc,
- libghc-mtl-dev,
- libghc-mtl-prof,
- libghc-mtl-doc,
- libghc-utf8-string-dev,
- libghc-utf8-string-prof,
- libghc-utf8-string-doc,
+ cpphs
+ , libghc-curl-dev (>> 1.3.5)
+ , libghc-curl-prof,
+ , libghc-dataenc-dev (>> 0.13.0.2)
+ , libghc-dataenc-prof,
+ , libghc-mtl-dev (>> 1.1.0.2)
+ , libghc-mtl-prof
+ , libghc-random-dev (>> 1.0.0.2)
+ , libghc-random-prof
+ , libghc-rsa-dev (>> 1.0.5)
+ , libghc-rsa-prof
+ , libghc-sha-dev (>> 1.4.1.1)
+ , libghc-sha-prof
+ , libghc-utf8-string-dev (>> 0.3.4)
+ , libghc-utf8-string-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-curl-doc
+ , libghc-dataenc-doc
+ , libghc-mtl-doc
+ , libghc-random-doc
+ , libghc-rsa-doc
+ , libghc-sha-doc
+ , libghc-utf8-string-doc
 Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/hoauth
 Vcs-Git: git://git.debian.org/git/pkg-haskell/hoauth.git

-- 
Haskell implementation of OAuth 1.0a



More information about the Pkg-haskell-commits mailing list