Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Haskell] Fast Packed Strings Question

4 views
Skip to first unread message

Dominic Steinitz

unread,
Jan 7, 2007, 2:25:58 PM1/7/07
to has...@haskell.org
After a lay off from Haskell for a few months and preparatory to Hac 07,
I thought I had better check my laptop was appropriately set up.
However, I encountered the following:

C:\Documents and Settings\Owner\crypto>Setup build
Preprocessing library Crypto-3.1.0...
Preprocessing executables for Crypto-3.1.0...
Building Crypto-3.1.0...

Data/Digest/SHA1.hs:36:17:
Could not find module `Data.ByteString':
it was found in multiple packages: fps-0.8 base

What's the story with fast packed strings these days?

Is it now part of base and I shouldn't have installed it? If not, can
someone remind me how I hide the module in base?

Thanks, Dominic.

_______________________________________________
Haskell mailing list
Has...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Brandon S. Allbery KF8NH

unread,
Jan 7, 2007, 2:28:34 PM1/7/07
to Dominic Steinitz, has...@haskell.org

On Jan 7, 2007, at 14:30 , Dominic Steinitz wrote:

> Data/Digest/SHA1.hs:36:17:
> Could not find module `Data.ByteString':
> it was found in multiple packages: fps-0.8 base
>
> What's the story with fast packed strings these days?
>
> Is it now part of base and I shouldn't have installed it? If not,
> can someone remind me how I hide the module in base?

Yes, it's in base-2.0 (GHC 6.6).

ghc-pkg unregister fps-0.8

--
brandon s. allbery [linux,solaris,freebsd,perl] all...@kf8nh.com
system administrator [openafs,heimdal,too many hats] all...@ece.cmu.edu
electrical and computer engineering, carnegie mellon university KF8NH

0 new messages