haskell-platform icon indicating copy to clipboard operation
haskell-platform copied to clipboard

Doesn't compile with integer-simple...

Open mgajda opened this issue 13 years ago • 2 comments

Industrial Haskell Users Group seemed interested in version of GHC built with only integer-simple. Currently all Haskell Platform packages compile in this setup, except for text. I upgraded dependency to a version of text that may build with integer-simple by setting appropriate flag, but automatic detection would probably need a new configure or a new Cabal feature.

mgajda avatar Jul 20 '12 08:07 mgajda

I'm not sure what in the platform could change to help this situation. It seems to me like changes would be needed to both the text package, and cabal to handle this automatically.

I suppose another approach would be to produce patches to text to have a configuration flag for building with integer-simple, and then a patch to haskell-platform to have some sort of configuration option.

mzero avatar May 11 '13 16:05 mzero

Current version of text package already includes "integer-simple" flag. It is just a matter of forwarding that flag from haskell-platform.

mgajda avatar May 11 '13 17:05 mgajda