[Pkg-haskell-maintainers] ghc-haddock_7.8.20140411-1_amd64.deb from experimental needs -f in-ghc-tree

James Crayne jim.crayne at gmail.com
Thu May 1 02:35:37 UTC 2014


Hello, I just want to report that I needed to add the build flag -f
in-ghc-tree in order to build this package. I am on wheezy, and it
built fine with this change.

I did not install it here, due to conflict with libghc-transformers-dev.

Although I am on wheezy, I cannot see any reason why the above change
would not also be required to build this package on sid or
experimental.

Without this, the build complains about a missing dependency on ghc-paths.

--- debian/rules    2014-04-30 21:20:04.025163734 -0400
+++ debian/rules    2014-04-30 21:25:25.653506666 -0400
@@ -136,7 +136,7 @@
     cd debian/haddock-build/haddock; \
             rm -rf dist; \
         ../../../inplace/bin/ghc-stage2 --make Setup.lhs; \
-        ./Setup configure --prefix=/usr
--with-compiler=../../../inplace/bin/ghc-stage2 \
+        ./Setup configure -f in-ghc-tree --prefix=/usr
--with-compiler=../../../inplace/bin/ghc-stage2 \
             --package-db=../../../inplace/lib/package.conf.d/ \
             --htmldir=/usr/share/doc/ghc-haddock/html/ \
             --datadir=/usr/share \
-------------- next part --------------
--- debian/rules	2014-04-30 21:20:04.025163734 -0400
+++ debian/rules	2014-04-30 21:25:25.653506666 -0400
@@ -136,7 +136,7 @@
 	cd debian/haddock-build/haddock; \
 	        rm -rf dist; \
 		../../../inplace/bin/ghc-stage2 --make Setup.lhs; \
-		./Setup configure --prefix=/usr --with-compiler=../../../inplace/bin/ghc-stage2 \
+		./Setup configure -f in-ghc-tree --prefix=/usr --with-compiler=../../../inplace/bin/ghc-stage2 \
 			--package-db=../../../inplace/lib/package.conf.d/ \
 			--htmldir=/usr/share/doc/ghc-haddock/html/ \
 			--datadir=/usr/share \


More information about the Pkg-haskell-maintainers mailing list