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.
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] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH
participants (2)
-
Brandon S. Allbery KF8NH -
Dominic Steinitz