This is working differently than it did last night, when at least import was working. Michael [michael@localhost ~]$ ghci GHCi, version 6.10.1: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer ... linking ... done. Loading package base ... linking ... done. Prelude> import Data.Numbers.Primes Could not find module `Data.Numbers.Primes': it was found in multiple packages: Numbers-0.2.1 primes-0.1.1 Prelude> :m + Data.Numbers.Primes Could not find module `Data.Numbers.Primes': it was found in multiple packages: Numbers-0.2.1 primes-0.1.1 Prelude> Data.Numbers.Primes> :browse <interactive>:1:21: parse error on input `:' Prelude> isPrime 3525266 <interactive>:1:0: Not in scope: `isPrime' Prelude> ========== [michael@localhost ~]$ cd .cabal [michael@localhost .cabal]$ ls -l total 20 -rw-rw-r-- 1 michael michael 1729 2009-06-02 18:59 config drwxrwxr-x 4 michael michael 4096 2009-06-02 22:14 lib drwxrwxr-x 2 michael michael 4096 2009-06-02 19:05 logs drwxrwxr-x 3 michael michael 4096 2009-06-02 18:59 packages drwxrwxr-x 3 michael michael 4096 2009-06-02 19:05 share [michael@localhost .cabal]$ cd packages [michael@localhost packages]$ ls -l total 4 drwxrwxr-x 4 michael michael 4096 2009-06-02 22:14 hackage.haskell.org [michael@localhost packages]$ cd hackage.haskell.org [michael@localhost hackage.haskell.org]$ ls -l total 12464 -rw------- 1 michael michael 11735040 2009-06-02 22:14 00-index.tar -rw------- 1 michael michael 992994 2009-06-02 22:14 00-index.tar.gz -rw-rw-r-- 1 michael michael 418 2009-06-02 22:14 build-reports.log drwxrwxr-x 3 michael michael 4096 2009-06-02 22:14 Numbers drwxrwxr-x 3 michael michael 4096 2009-06-02 19:05 primes [michael@localhost hackage.haskell.org]$ [michael@localhost hackage.haskell.org]$ pwd /home/michael/.cabal/packages/hackage.haskell.org [michael@localhost hackage.haskell.org]$ ============= --- On Wed, 6/3/09, brian <briand@aracnet.com> wrote:
|