Hi Marco, On Fri, Aug 29, 2008 at 06:19:43PM -0300, Marco TĂșlio Gontijo e Silva wrote: > > what should be the section of the haskell library packages? > cabalDebianTemplate[0] uses devel, while haskell-utils[1] uses libdevel.
ISTR it's hard to find authoritative descriptions for the sections. http://packages.debian.org/unstable/ says: devel: Development utilities, compilers, development environments, libraries, etc. libdevel: Libraries necessary for developers to write programs that use them. I suspect that the "libraries" in the devel section description is from before the libdevel section was created. I think that libdevel is what we want, anyway. > Why is --enable-library-vanilla in haskell-utils rules[2] CONFIGURE_OPTS > if it's in the default cabal options[3]? Just to be explicit about what's happening. > Why is --enable-split-objects only used in i386 and amd64? I just got > problems with it in s390. Because of problems (or potential problems) with splitting on other arches. Thanks Ian _______________________________________________ debian-haskell mailing list [email protected] http://urchin.earth.li/mailman/listinfo/debian-haskell

