[Haskell-cafe] Trivial database access in Haskell
Seth Gordon
sethg at ropine.com
Tue Dec 12 09:47:30 EST 2006
Taral wrote:
> On 12/11/06, Paul Moore <p.f.moore at gmail.com> wrote:
>
>> F:\cabal-1.1.6.1>runhaskell Setup.lhs install
>> Installing: C:\Program Files\Haskell\Cabal-1.1.6.1\ghc-6.6 &
>> C:\Program Files\Haskell\bin Cabal-1.1.6.1...
>> Setup.lhs: Error: Could not find module: Distribution.Compiler with
>> any suffix:
>> ["hi"]
>
>
> The magic commands are:
>
> runhaskell Setup.lhs configure
Also, if you're going to profile the code that uses this module, you
need to compile the libraries with profiling enabled; you can do this by
doing "configure -p" instead of "configure" above.
> runhaskell Setup.lhs build
> runhaskell Setup.lhs install
>
More information about the Haskell-Cafe
mailing list