[darcs-users] [Haskell-cafe] Can't cabal install darcs because hashed-storage needs 'System'

Petr Rockai me at mornfall.net
Fri Jun 4 12:59:26 UTC 2010


Eric Kow <kowey at darcs.net> writes:

> On Tue, Mar 16, 2010 at 18:38:06 +1300, Daniel McAllansmith wrote:
>> I managed to get hashed-storage installed by patching Setup.hs replacing:
>> 
>> import System( system, exitWith )
>> 
>> with:
>> 
>> import System.Process( system )
>> import System.Exit( exitWith )
>> 
>> and adding process>=1.0.1.1 to the build-depends.
>
> Sounds like something Petr would appreciate a patch for.
> darcs get --lazy http://repos.mornfall.net/hashed-storage

I am building with GHC 6.12.1 all the time without any issues? (And the
darcs bots are building it with 6.8 and 6.10 from time to time, too...)
We have Cabal 1.8 everywhere I think, since darcs HEAD does not work
with older versions.

Yours,
   Petr.


More information about the darcs-users mailing list