
Hello, I have some code with several test cases that use HUnit. I added hunit as one of my cabal dependencies but cabal complained with: Setup: At least the following dependencies are missing: hutil -any What am I doing incorrectly? Thanks, Vasili

my bad ... what about:
vigalchin@ubuntu:~/FTP/Haskell/Swish-0.2.1$ cabal configure
Configuring swish-0.2.1...
cabal: At least the following dependencies are missing:
hunit -any
On Thu, May 21, 2009 at 6:20 PM, Don Stewart
vigalchin:
Hello,
I have some code with several test cases that use HUnit. I added hunit as one of my cabal dependencies but cabal complained with:
Setup: At least the following dependencies are missing: hutil -any ^^^^^
Typo.
-- Don

I believe you need to capitalize it correctly: HUnit.
Alex
On Thu, May 21, 2009 at 8:52 PM, Vasili I. Galchin
my bad ... what about:
vigalchin@ubuntu:~/FTP/Haskell/Swish-0.2.1$ cabal configure Configuring swish-0.2.1... cabal: At least the following dependencies are missing: hunit -any
On Thu, May 21, 2009 at 6:20 PM, Don Stewart
wrote: vigalchin:
Hello,
I have some code with several test cases that use HUnit. I added hunit as one of my cabal dependencies but cabal complained with:
Setup: At least the following dependencies are missing: hutil -any ^^^^^
Typo.
-- Don
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
Alexander Dunlap
-
Don Stewart
-
Vasili I. Galchin