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

Re: GUI Toolkit



On Sat, Nov 22 2014, Gard Spreemann <gspr@nonempty.org> wrote:
> On Sat, Nov 22, 2014 at 01:40:15PM +0100, Joachim Breitner wrote:
>> 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:
>> > > 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.
>

I went ahead and started trying to attack this: I've only created the
repository, build, and managed to get the tests working. I've added your
patches in their own commit with the link you shared.

darcs.debian.org:/darcs/pkg-haskell/haskell-hsqml

I'll be looking into the haskell-devscripts issue over the next few days
but wanted to get things moving in case anyone had any further
suggestions. I'll check out using the "find" command first and hopefully
have something for review soon.

Regards,

-- 
Christopher Reichert
irc: creichert
gpg: C81D 18C8 862A 3618 1376  FFA5 6BFC A992 9955 929B

Attachment: signature.asc
Description: PGP signature


Reply to: