[Pkg-haskell-commits] darcs: taffybar: Fix dependencies

Louis Bettens louis at bettens.info
Fri Jul 19 15:00:16 UTC 2013


Fri Jul 19 14:56:25 UTC 2013  Louis Bettens <louis at bettens.info>
  * Fix dependencies

    M ./control -3 +2

Fri Jul 19 14:56:25 UTC 2013  Louis Bettens <louis at bettens.info>
  * Fix dependencies
diff -rN -u old-taffybar/control new-taffybar/control
--- old-taffybar/control	2013-07-19 15:00:16.650041051 +0000
+++ new-taffybar/control	2013-07-19 15:00:16.690040808 +0000
@@ -8,9 +8,6 @@
   , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
-# Make sure all dependencies listed in the cabal file are represented here,
-# including their version bounds. It is sufficient to add the bounds to the
-# -dev package only.
   , libghc-text-dev
   , libghc-http-dev
   , libghc-parsec3-dev (>= 3.1)
@@ -51,6 +48,7 @@
   , libghc-transformers-prof
   , libghc-x11-prof
   , libghc-split-prof
+  , libgtk2.0-dev
 Build-Depends-Indep: ghc-doc
   , libghc-text-doc
   , libghc-http-doc
@@ -83,6 +81,7 @@
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
   , ${misc:Depends}
+  , libgtk2.0-dev
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}




More information about the Pkg-haskell-commits mailing list