darcs

Issue 2408 Possible problem with Cabal <= 1.16

Title Possible problem with Cabal <= 1.16
Priority Status needs-diagnosis/design
Milestone 2.10.0 Resolved in
Superseder Nosy List ganesh
Assigned To
Topics

Created on 2014-09-22.20:30:12 by ganesh, last changed 2014-09-22.20:30:12 by ganesh.

Messages
msg17661 (view) Author: ganesh Date: 2014-09-22.20:30:10
I get this error, I think with Cabal 1.16.x and Cabal 1.14.x

Preprocessing test suite 'hashed-storage-test' for darcs-2.9.9...

hashed-storage/Storage/Hashed/Test.hs:39:18:
    Could not find module `Bundled.Posix'
    It is a member of the hidden package `darcs-2.9.9'.
    Perhaps you need to add `darcs' to the build-depends in your .cabal file.
    it is a hidden module in the package `darcs-2.9.9'
    Use -v to see a list of the files searched for.

It seems that hsc2hs isn't being run on this file when building the test harness, even though it is run for 
the library which also includes it.

I'm not sure if it's caused by our (very) custom Setup.hs, but we should check on this before we release 
2.10.
History
Date User Action Args
2014-09-22 20:30:12ganeshcreate