tags 625198 patch
thanks
Hi,
ghc moved to ghc7, and there is no ghc6 command anymore.
root@ml115:/# dpkg -L ghc6
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/ghc6
/usr/share/doc/ghc6/changelog.Debian.gz
/usr/share/doc/ghc6/copyright
root@ml115:/# dpkg -L ghc|grep usr/bin
/usr/bin
/usr/bin/hsc2hs
/usr/bin/ghc-pkg-7.0.3
/usr/bin/ghc-7.0.3
/usr/bin/ghci
/usr/bin/runhaskell
/usr/bin/ghci-7.0.3
/usr/bin/ghc-pkg
/usr/bin/ghc
/usr/bin/haddock-ghc-7.0.3
/usr/bin/runghc
/usr/bin/hp2ps
/usr/bin/hpc
Maybe simply specify "ghc" is better for future transtion.
I can build this package with below patch.
diff -urN drift-2.2.3.orig/debian/rules drift-2.2.3/debian/rules
--- drift-2.2.3.orig/debian/rules 2011-05-24 16:03:05.000000000 +0900
+++ drift-2.2.3/debian/rules 2011-05-24 16:03:27.385660625 +0900
@@ -4,7 +4,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/dpatch.mk
-DEB_CONFIGURE_EXTRA_FLAGS := --with-hc=ghc6
+DEB_CONFIGURE_EXTRA_FLAGS := --with-hc=ghc
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
DEB_CONFIGURE_EXTRA_FLAGS := $(DEB_CONFIGURE_EXTRA_FLAGS)
--with-hcflags="-O0"
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]