[Pkg-haskell-commits] darcs: haskell-leksah-server: Adjust dependencies
Joachim Breitner
mail at joachim-breitner.de
Fri May 27 18:50:27 UTC 2011
Fri May 27 15:35:53 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Adjust dependencies
Ignore-this: cdf244a03121d9ddbc804798fb7a43b2
M ./control -6 +12
M ./patches/use_bundled_leksah-process.patch -2 +12
Fri May 27 15:35:53 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Adjust dependencies
Ignore-this: cdf244a03121d9ddbc804798fb7a43b2
diff -rN -u old-haskell-leksah-server//control new-haskell-leksah-server//control
--- old-haskell-leksah-server//control 2011-05-27 18:50:27.073313339 +0000
+++ new-haskell-leksah-server//control 2011-05-27 18:50:27.081290309 +0000
@@ -5,28 +5,34 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Build-Depends: debhelper (>= 7)
, cdbs
- , haskell-devscripts (>= 0.7)
+ , haskell-devscripts (>= 0.8)
, ghc
, libghc-binary-shared-dev (>= 0.8)
+ , libghc-binary-shared-dev (<< 0.9)
, libghc-binary-shared-prof
- , libghc-ltk-dev (>= 0.8)
- , libghc-ltk-dev (<< 0.9)
+ , libghc-ltk-dev (>= 0.9)
+ , libghc-ltk-dev (<< 1.0)
, libghc-mtl-dev (>= 1.0.1.0)
- , libghc-parsec2-dev (>= 2.1.0.1)
+ , libghc-mtl-dev (<< 2.1)
+ , libghc-parsec3-dev (<< 3.2)
, libghc-deepseq-dev (>= 1.1)
+ , libghc-deepseq-dev (<< 1.2)
, libghc-network-dev (>= 2.2)
, libghc-network-dev (<< 3)
, libghc-haddock-dev (>= 2.7.2)
+ , libghc-haddock-dev (<< 2.10)
, libghc-hslogger-dev (>= 1.0.7)
+ , libghc-hslogger-dev (<< 1.2)
, dpkg (>= 1.14.27)
Build-Depends-Indep: ghc-doc
, libghc-binary-shared-doc
, libghc-mtl-doc
, libghc-ltk-doc
- , libghc-parsec2-doc
+ , libghc-parsec3-doc
, libghc-deepseq-doc
, libghc-network-doc
- , hslogger-doc
+ , libghc-haddock-doc
+ , libghc-hslogger-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/leksah-server
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-leksah-server
diff -rN -u old-haskell-leksah-server//patches/use_bundled_leksah-process.patch new-haskell-leksah-server//patches/use_bundled_leksah-process.patch
--- old-haskell-leksah-server//patches/use_bundled_leksah-process.patch 2011-05-27 18:50:27.024177048 +0000
+++ new-haskell-leksah-server//patches/use_bundled_leksah-process.patch 2011-05-27 18:50:27.105304700 +0000
@@ -1,7 +1,7 @@
Index: haskell-leksah-server-0.10.0.4/leksah-server.cabal
===================================================================
--- haskell-leksah-server-0.10.0.4.orig/leksah-server.cabal 2011-04-21 10:46:32.000000000 +0200
-+++ haskell-leksah-server-0.10.0.4/leksah-server.cabal 2011-05-27 17:30:41.000000000 +0200
++++ haskell-leksah-server-0.10.0.4/leksah-server.cabal 2011-05-27 17:32:16.000000000 +0200
@@ -36,7 +36,7 @@
containers >=0.2.0.0 && <0.5,
directory >=1.0.0.2 && <1.2, filepath >=1.1.0.1 && <1.3, ghc >=6.10.1 && <7.1,
@@ -54,7 +54,17 @@
executable leksahecho
main-is: LeksahEcho.hs
buildable: True
-@@ -139,4 +160,9 @@
+@@ -127,8 +148,7 @@
+ hs-source-dirs: src
+ ghc-prof-options: -auto-all -prof
+ -- ghc-shared-options: -auto-all -prof
+- build-depends: base >= 4.0.0.0 && <4.4, hslogger >= 1.0.7 && <1.2, deepseq >=1.1 && <1.2,
+- process-leksah >=1.0.1.3 && <1.1
++ build-depends: base >= 4.0.0.0 && <4.4, hslogger >= 1.0.7 && <1.2, deepseq >=1.1 && <1.2
+
+
+ if flag(threaded)
+@@ -139,4 +159,9 @@
else
ghc-options: -Wall -ferror-spans -O2
More information about the Pkg-haskell-commits
mailing list