[Pkg-haskell-commits] darcs: haskell-happstack: Update build dependencies

Joachim Breitner mail at joachim-breitner.de
Sat Mar 10 16:02:25 UTC 2012


Sat Mar 10 16:02:10 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Update build dependencies
  Ignore-this: f9cba0fe62b3f6acc8ded3cd3f671dfd

    M ./control -10 +15

Sat Mar 10 16:02:10 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Update build dependencies
  Ignore-this: f9cba0fe62b3f6acc8ded3cd3f671dfd
diff -rN -u old-haskell-happstack//control new-haskell-happstack//control
--- old-haskell-happstack//control	2012-03-10 16:02:25.691251700 +0000
+++ new-haskell-happstack//control	2012-03-10 16:02:25.711250971 +0000
@@ -10,22 +10,27 @@
  ghc,
  ghc-prof,
  libghc-happstack-data-dev (>= 6.0),
- libghc-happstack-data-prof (>= 6.0),
+ libghc-happstack-data-dev (<< 6.1),
+ libghc-happstack-data-prof,
  libghc-happstack-server-dev (>= 6.0),
- libghc-happstack-server-prof (>= 6.0),
+ libghc-happstack-server-dev (<< 6.7),
+ libghc-happstack-server-prof,
  libghc-happstack-state-dev (>= 6.0),
- libghc-happstack-state-prof (>= 6.0),
+ libghc-happstack-state-dev (<< 6.2),
+ libghc-happstack-state-prof 
  libghc-happstack-ixset-dev (>= 6.0),
- libghc-happstack-ixset-prof (>= 6.0),
+ libghc-happstack-ixset-dev (<< 6.2),
+ libghc-happstack-ixset-prof,
  libghc-happstack-util-dev (>= 6.0),
- libghc-happstack-util-prof (>= 6.0)
+ libghc-happstack-util-dev (<< 6.1),
+ libghc-happstack-util-prof
 Build-Depends-Indep:
  ghc-doc,
- libghc-happstack-data-doc (>= 6.0),
- libghc-happstack-server-doc (>= 6.0),
- libghc-happstack-state-doc (>= 6.0),
- libghc-happstack-ixset-doc (>= 6.0),
- libghc-happstack-util-doc (>= 6.0)
+ libghc-happstack-data-doc,
+ libghc-happstack-server-doc,
+ libghc-happstack-state-doc,
+ libghc-happstack-ixset-doc,
+ libghc-happstack-util-doc 
 Standards-Version: 3.9.2
 Homepage: http://hackage.haskell.org/package/happstack
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-happstack





More information about the Pkg-haskell-commits mailing list