[Pkg-haskell-commits] darcs: haskell-leksah-server: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:01:13 UTC 2011
Sat Jan 15 15:06:03 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 3ec275c3069944696667f40c91bf0591
M ./changelog +6
M ./control -21 +21
M ./leksah-server.install -2 +2
Sat Jan 15 15:06:03 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 3ec275c3069944696667f40c91bf0591
diff -rN -u old-haskell-leksah-server/changelog new-haskell-leksah-server/changelog
--- old-haskell-leksah-server/changelog 2011-01-15 16:01:12.993705278 +0000
+++ new-haskell-leksah-server/changelog 2011-01-15 16:01:13.001705700 +0000
@@ -1,3 +1,9 @@
+haskell-leksah-server (0.8.0.6-4) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:16 -0200
+
haskell-leksah-server (0.8.0.6-3) unstable; urgency=low
* Fix "haskell-leksah-server - FTBFS: cannot find -lHSrts_thr"
diff -rN -u old-haskell-leksah-server/control new-haskell-leksah-server/control
--- old-haskell-leksah-server/control 2011-01-15 16:01:12.993705278 +0000
+++ new-haskell-leksah-server/control 2011-01-15 16:01:13.001705700 +0000
@@ -6,26 +6,26 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , libghc6-binary-shared-dev (>= 0.8)
- , libghc6-binary-shared-prof
- , libghc6-ltk-dev (>= 0.8)
- , libghc6-ltk-dev (<< 0.9)
- , libghc6-mtl-dev (>= 1.0.1.0)
- , libghc6-parsec2-dev (>= 2.1.0.1)
- , libghc6-deepseq-dev (>= 1.1)
- , libghc6-network-dev (>= 2.2)
- , libghc6-network-dev (<< 3)
- , libghc6-haddock-dev (>= 2.7.2)
- , libghc6-hslogger-dev (>= 1.0.7)
+ , ghc
+ , libghc-binary-shared-dev (>= 0.8)
+ , libghc-binary-shared-prof
+ , libghc-ltk-dev (>= 0.8)
+ , libghc-ltk-dev (<< 0.9)
+ , libghc-mtl-dev (>= 1.0.1.0)
+ , libghc-parsec2-dev (>= 2.1.0.1)
+ , libghc-deepseq-dev (>= 1.1)
+ , libghc-network-dev (>= 2.2)
+ , libghc-network-dev (<< 3)
+ , libghc-haddock-dev (>= 2.7.2)
+ , libghc-hslogger-dev (>= 1.0.7)
, dpkg (>= 1.14.27)
-Build-Depends-Indep: ghc6-doc
- , libghc6-binary-shared-doc
- , libghc6-mtl-doc
- , libghc6-ltk-doc
- , libghc6-parsec2-doc
- , libghc6-deepseq-doc
- , libghc6-network-doc
+Build-Depends-Indep: ghc-doc
+ , libghc-binary-shared-doc
+ , libghc-mtl-doc
+ , libghc-ltk-doc
+ , libghc-parsec2-doc
+ , libghc-deepseq-doc
+ , libghc-network-doc
, hslogger-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/leksah-server
@@ -43,7 +43,7 @@
The leksah-server package contains the background daemon interfacing with the
GHC compiler and usually is not started on its own.
-Package: libghc6-leksah-server-dev
+Package: libghc-leksah-server-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -58,7 +58,7 @@
The library is used by the leksah package to interface with the leksah server.
It is not required to use leksah, only to build it.
-Package: libghc6-leksah-server-doc
+Package: libghc-leksah-server-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-leksah-server/leksah-server.install new-haskell-leksah-server/leksah-server.install
--- old-haskell-leksah-server/leksah-server.install 2011-01-15 16:01:12.993705278 +0000
+++ new-haskell-leksah-server/leksah-server.install 2011-01-15 16:01:13.001705700 +0000
@@ -1,2 +1,2 @@
-dist-ghc6/build/leksah-server/leksah-server /usr/bin
-dist-ghc6/build/leksahecho/leksahecho /usr/bin
+dist-ghc/build/leksah-server/leksah-server /usr/bin
+dist-ghc/build/leksahecho/leksahecho /usr/bin
More information about the Pkg-haskell-commits
mailing list