
Hi Ian, in the new array package, Data.Array.Base is a hidden module. Trouble is, it defines wORD_SCALE, fLOAT_SCALE, dOUBLE_SCALE and various bOOL_* things which are generally useful and used by NDP. I could work around this by simply redefining them in the ndp package, but I don't like that. Should they perhaps be exported from array? Cheers, Roman

Hi Roman, On Mon, Aug 13, 2007 at 04:31:56PM +1000, Roman Leshchinskiy wrote:
in the new array package, Data.Array.Base is a hidden module. Trouble is, it defines wORD_SCALE, fLOAT_SCALE, dOUBLE_SCALE and various bOOL_* things which are generally useful and used by NDP. I could work around this by simply redefining them in the ndp package, but I don't like that. Should they perhaps be exported from array?
Data.Array.Base is an exposed module of array; I suspect you just need to add array to the build-depends of the ndp package. Thanks Ian
participants (2)
-
Ian Lynagh
-
Roman Leshchinskiy