On 2012/10/10 17:03, David Coppa wrote: > On Wed, Oct 10, 2012 at 4:38 PM, Matthias Kilian <[email protected]> > wrote: > > >> A working solution is to use the gmp library that comes bundled > >> with GHC. > > > > Yes, that's the way to go. > > Then crawling the ports tree to fix all the WANTLIBs, uff... That's > another kettle of fish ;) >
This should do it, $ sqlports 'select modules.fullpkgpath from wantlib join modules on modules.fullpkgpath=wantlib.fullpkgpath where wantlib.value="gmp" and modules.value="lang/ghc"' devel/alex devel/bustle devel/c2hs devel/cabal-install devel/cpphs,-main devel/darcs devel/gtk2hs-buildtools devel/haddock,-main devel/happy devel/hasktags devel/hs-hlint devel/hs-hoogle devel/hs-pugs-DrIFT devel/hscolour games/monadius lang/feldspar/compiler lang/ghc,-main lang/pugs net/hpodder textproc/hs-HaXml www/hs-snap x11/bluetile x11/xmobar x11/xmonad,-main
