Re: [Haskell-cafe] Takusen 0.8.3 install problems

2009-02-01 Thread Alistair Bayley
You can probably just remove the Setup.lhs and build with defaults (we're doing that at galois, we use Takusen). -- Don I'm surprised this works, unless you also change the imports of Control.Exception to Control.OldException. The new exception module is part of the reason it's taking me

Re: [Haskell-cafe] Takusen 0.8.3 install problems

2009-02-01 Thread Don Stewart
alistair: You can probably just remove the Setup.lhs and build with defaults (we're doing that at galois, we use Takusen). -- Don I'm surprised this works, unless you also change the imports of Control.Exception to Control.OldException. The new exception module is part of the

[Haskell-cafe] Takusen 0.8.3 install problems

2009-01-31 Thread Praki Prakash
I am trying to install Takusen 0.8.3 with ghc 6.10.1 on Ubuntu 8.04 (same issue on Win XP as well). I get the following complaint from cabal. Module `Distribution.PackageDescription' does not export `writeHookedBuildInfo' cabal: Error: some packages failed to install: Takusen-0.8.3

Re: [Haskell-cafe] Takusen 0.8.3 install problems

2009-01-31 Thread Don Stewart
praki.prakash: I am trying to install Takusen 0.8.3 with ghc 6.10.1 on Ubuntu 8.04 (same issue on Win XP as well). I get the following complaint from cabal. Module `Distribution.PackageDescription' does not export `writeHookedBuildInfo' cabal: Error: some packages failed to

Re: [Haskell-cafe] Takusen 0.8.3 install problems

2009-01-31 Thread Praki Prakash
Don, Thanks for the hint. I removed Setup.hs and tried cabal build. I get an error that build type is custom and Setup.lhs is missing. What is the magical incantation needed to do the default build? Thanks Praki On Sat, Jan 31, 2009 at 12:30 PM, Don Stewart d...@galois.com wrote:

Re: [Haskell-cafe] Takusen 0.8.3 install problems

2009-01-31 Thread Don Stewart
build-type: Simple praki.prakash: Don, Thanks for the hint. I removed Setup.hs and tried cabal build. I get an error that build type is custom and Setup.lhs is missing. What is the magical incantation needed to do the default build? Thanks Praki On Sat, Jan 31, 2009 at 12:30 PM, Don