On Sat, Nov 22, 2014 at 12:54:43PM +0100, Joachim Breitner wrote:
> Hi,
> 
> 
> Am Samstag, den 22.11.2014, 12:49 +0100 schrieb Gard Spreemann:
> > Not as far as I know :-( Here's a direct link: 
> > https://launchpad.net/~gspreemann/+archive/ubuntu/haskell/+files/haskell-hsqml_0.3.2.0-0ubuntu0gspr1.debian.tar.xz
> >  
> > 
> > The patch is quite crude, but I didn't know how else to work around the 
> > problem.
> 
> I don’t get the patch. All you are adding is a print statement, right?

Yes. HsQML uses a custom Setup.hs, and hlibrary.mk from haskell-devscripts at
several points does 
        pkg_config=`$(DEB_SETUP_BIN_NAME) register --builddir=dist-ghc 
--gen-pkg-config | tr -d ' \n' | sed -r 's,^.*:,,'`; \
                $(if $(HASKELL_HIDE_PACKAGES),sed -i 's/^exposed: 
True$$/exposed: False/' $$pkg_config;) \
                install -Dm 644 $$pkg_config debian/$(notdir 
$@)/var/lib/ghc/package.conf.d/$$pkg_config; \
                rm -f $$pkg_config
(and variants) expecting to find a string like that in the patch (which a 
standard Setup.hs does
output).


-- 
To UNSUBSCRIBE, email to debian-haskell-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141122121911.ga27...@nonempty.org

Reply via email to