[Haskell-cafe] Trouble compiling collections-0.3 (from Hackage)

Jake Mcarthur jake.mcarthur at gmail.com
Sat Apr 26 17:30:47 EDT 2008


On Apr 26, 2008, at 4:25 PM, David F. Place wrote:

> Data/Collections.hs:154:17:
>   Could not find module `Data.ByteString.Lazy':
>     it is a member of package bytestring-0.9.0.4, which is hidden

In the .cabal file, add "bytestring" to the dependencies property.

- Jake


More information about the Haskell-Cafe mailing list