On Sun, Mar 29, 2009 at 08:30:21PM +0200, Joachim Breitner wrote: > Hi Kaol,
I don't know why you're waiting for my opinion on this. I'm not the haskell-devscripts maintainer. Go ahead with it if you want to. Fix it if you break it. > Am Montag, den 23.03.2009, 11:27 -0300 schrieb Marco Túlio Gontijo e > Silva: > > Without: Depends: ghc6 (>= 6.10.1+dfsg1-13), ghc6 (<< 6.10.1+dfsg1+) > > With: Depends: ghc6 (>= 6.10.1+dfsg1-13), ghc6 (<< 6.10.1+dfsg1+), libc6 > > (>= 2.3.3), libffi5 (>= 3.0.4), libgmp3c2, libncurses5 (>= 5.6 > > +20071006-3) I'm more concerned about libghc6-*-dev packages' dependencies on C -dev packages. Can you still use libghc6-terminfo-dev without, say, libncurses5-dev? Another thing is that having a libghc6-*-dev package installed is not necessary for running a binary built using it. So a user uninstalling -dev packages or copying the binary over to another system will still see linker errors. It's something we have to deal with right now, too, but this change does little to help with that. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]
