Re: [Haskell-cafe] Actually loading a Cabal package in GHCi

2010-07-12 Thread Stephen Tetley
Hi Ketil Particularly to Haskore rather than package importing or Cabal in general, AbsPitch is not defined in "Haskore" i.e. Henning Thielemann's extended Haskore. AbsPitch in Paul Hudak's Haskore (i.e. "haskore-vintage"), it is a synonym for Int, I believe the replacement is Henning's Haskore i

Re: [Haskell-cafe] Actually loading a Cabal package in GHCi

2010-07-12 Thread Ketil Malde
d...@patriot.net writes: > d...@hypno:~/haschorus-1.2.1$ ghci > GHCi, version 6.10.4: http://www.haskell.org/ghc/ :? for help > Loading package ghc-prim ... linking ... done. > Loading package integer ... linking ... done. > Loading package base ... linking ... done. > Prelude> :m Haskore No err

Re: [Haskell-cafe] Actually loading a Cabal package in GHCi

2010-07-11 Thread David Menendez
On Sun, Jul 11, 2010 at 3:25 PM, wrote: > > Prelude Haskore> :l Haskore > > : module `Haskore' is a package module > Failed, modules loaded: none. You need to use :m here. -- Dave Menendez ___ Haskell-Cafe mailing

Re: [Haskell-cafe] Actually loading a Cabal package in GHCi

2010-07-11 Thread Stephen Tetley
Hello Are you are using HasChorus from this site below? http://meltin.net/hacks/haskell/src/ I think the HasChorus from that site is intended to be used with Paul Hudak's original Haskore rather than Henning Thielemann's extended Haskore (the version on Hackage). You could try installing the pa

Re: [Haskell-cafe] Actually loading a Cabal package in GHCi

2010-07-11 Thread dlb
Daniel and Filipe, both of you, thank you. Let me be specific. I have done a "cabal install Haskore" and also downloaded some HasChorus source, which uses Haskore. I was imprecise before: the package is there, I just can't see it. As follows: --- d...@hypno:~/haschorus-1.2.1$ ghci GHC

Re: [Haskell-cafe] Actually loading a Cabal package in GHCi

2010-07-11 Thread Daniel Fischer
On Sunday 11 July 2010 19:05:39, d...@patriot.net wrote: > OK, I know this is a newbie kind of thing (I guess I am a newbie to > GHCi). I've been over and over and over the wiki and I just can't find > the answer to this very, very elementary question. How can I load a > package that I've download

Re: [Haskell-cafe] Actually loading a Cabal package in GHCi

2010-07-11 Thread Felipe Lessa
On Sun, Jul 11, 2010 at 2:05 PM, wrote: > OK, I know this is a newbie kind of thing (I guess I am a newbie to GHCi). >  I've been over and over and over the wiki and I just can't find the > answer to this very, very elementary question.  How can I load a package > that I've downloaded using Cabal

[Haskell-cafe] Actually loading a Cabal package in GHCi

2010-07-11 Thread dlb
OK, I know this is a newbie kind of thing (I guess I am a newbie to GHCi). I've been over and over and over the wiki and I just can't find the answer to this very, very elementary question. How can I load a package that I've downloaded using Cabal into GHCi? When I do the :l, it just doesn't see