[Pkg-haskell-commits] darcs: gitit: Fix build deps
Joachim Breitner
mail at joachim-breitner.de
Mon Apr 6 19:14:09 UTC 2015
Tue Dec 30 12:31:44 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Fix build deps
M ./control -4 +4
Tue Dec 30 12:31:44 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Fix build deps
diff -rN -u old-gitit/control new-gitit/control
--- old-gitit/control 2015-04-06 19:14:09.068097748 +0000
+++ new-gitit/control 2015-04-06 19:14:09.084097739 +0000
@@ -66,8 +66,8 @@
, libghc-uri-dev (>= 0.1)
, libghc-uri-dev (<< 0.2)
, libghc-split-dev
- , libghc-hoauth-dev (>= 0.4.1)
- , libghc-hoauth-dev (<< 0.5)
+ , libghc-hoauth2-dev (>= 0.4.1)
+ , libghc-hoauth2-dev (<< 0.5)
, libghc-http-client-dev (>= 0.3.5)
, libghc-http-client-dev (<< 0.5)
, libghc-http-client-tls-dev (>= 0.2.2)
@@ -107,7 +107,7 @@
, libghc-safe-prof
, libghc-uri-prof
, libghc-split-prof
- , libghc-hoauth-prof
+ , libghc-hoauth2-prof
, libghc-http-client-prof
, libghc-http-client-tls-prof
, libghc-aeson-prof
@@ -145,7 +145,7 @@
, libghc-safe-doc
, libghc-uri-doc
, libghc-split-doc
- , libghc-hoauth-doc
+ , libghc-hoauth2-doc
, libghc-http-client-doc
, libghc-http-client-tls-doc
, libghc-aeson-doc
More information about the Pkg-haskell-commits
mailing list