Skip to content

Instantly share code, notes, and snippets.

@markstos
Created December 21, 2012 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markstos/6bae5eaa76298e7bc28e to your computer and use it in GitHub Desktop.
Save markstos/6bae5eaa76298e7bc28e to your computer and use it in GitHub Desktop.
Having trouble getting darcs tests to run
$ cabal configure -ftest; cabal build; cabal test
Resolving dependencies...
Configuring darcs-2.9.6...
setup: At least the following dependencies are missing:
HUnit >=1.0,
QuickCheck >=2.3,
bytestring-handle ==0.1.*,
cmdlib >=0.2.1 && <0.4,
cryptohash >=0.4 && <0.8,
shellish >=0.1.3 && <0.2,
test-framework >=0.4.0,
test-framework-hunit >=0.2.2,
test-framework-quickcheck2 >=0.2.8
Building darcs-2.9.6...
Preprocessing library darcs-2.9.6...
Registering darcs-2.9.6...
Preprocessing executable 'darcs-test' for darcs-2.9.6...
Preprocessing executable 'darcs' for darcs-2.9.6...
Linking dist/build/darcs/darcs ...
darcs-test: user error (test infrastructure not built, please pass -ftest to configure, then rebuild)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment