[Haskell-cafe] Data.Derive problems
Neil Mitchell
ndmitchell at gmail.com
Thu Jul 10 15:18:49 EDT 2008
Hi Ron,
> I'm using GHC 6.8.3 with $ cabal --version
> cabal-install version 0.5.1
> using version 1.4.0.1 of the Cabal library
>
> I installed Data.Derive from hackage, only to be unable to find the
> 'derive' binary!
Did you do the runhaskell Setup configure && runhaskell Setup build &&
runhaskell Setup install?
You may also need to add the install path to your $PATH variable - do
-v when running Setup install to see where it goes.
Thanks
Neil
More information about the Haskell-Cafe
mailing list