
24 Dec
2010
24 Dec
'10
9:21 a.m.
On Fri, 24 Dec 2010, Henk-Jan van Tuyl wrote:
You could use ADNS.Endian.endian from package hsdns in your Setup.hs to define endianness at compile time.
Cool, it's already there! However I would not recommend to let a low-level library depend on a higher-level one. I think it would be cleaner to move the ADNS.Endian module to storable-endian package or even to a separate package.