[Pkg-haskell-commits] [SCM] Haskell implementation of OAuth 1.0a branch, master, updated. debian/0.3.3-1-5-g131aa8a

Clint Adams clint at debian.org
Thu May 31 03:04:30 UTC 2012


The following commit has been merged in the master branch:
commit cb49387e488bf9f17d432642e7c5ae863e56b5c0
Author: Clint Adams <clint at debian.org>
Date:   Wed May 30 22:47:05 2012 -0400

    Update build-deps for new version.

diff --git a/debian/control b/debian/control
index b7586cc..a6f2d34 100644
--- a/debian/control
+++ b/debian/control
@@ -11,23 +11,29 @@ Build-Depends: debhelper (>= 7),
  ghc,
  ghc-prof,
  cpphs
+ , libghc-crypto-pubkey-types-dev (>> 0.1.1)
+ , libghc-crypto-pubkey-types-prof
  , libghc-curl-dev (>> 1.3.5)
- , libghc-curl-prof,
+ , libghc-curl-prof
  , libghc-dataenc-dev (>> 0.13.0.2)
- , libghc-dataenc-prof,
+ , libghc-dataenc-prof
+ , libghc-entropy-dev (>> 0.2.1)
+ , libghc-entropy-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-dev (>> 1.2.0.1)
  , 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-crypto-pubkey-types-doc
  , libghc-curl-doc
  , libghc-dataenc-doc
+ , libghc-entropy-doc
  , libghc-mtl-doc
  , libghc-random-doc
  , libghc-rsa-doc

-- 
Haskell implementation of OAuth 1.0a



More information about the Pkg-haskell-commits mailing list