[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GUI Toolkit



On Sat, Nov 22, 2014 at 01:40:15PM +0100, Joachim Breitner wrote:
> Hi,
> 
> 
> Am Samstag, den 22.11.2014, 13:19 +0100 schrieb Gard Spreemann:
> > 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).
> 
> I see; I didn’t remember that code. Maybe that approach is a bit too
> unreliable. Cant’t the file be found using "find"?
> 
> If you feel like improving that code, I’ll happy review a patch!
> 

I won't have time until the holidays, but I can take a look then if nobody else
has attacked it before.

Thanks.




Reply to: