testing - Cabal Configure fails on Configuring test (Windows) -
i new haskell , trying install yesod on windows machine using cabal.
when try yesod devel build failure, saing must run configure first.
then when run cabal configure fails following message:
resolving dependencies... configuring test-0.0.0... cabal: test sharing name of exe found. consider bug. i using latest haskell platform (2012.2.0.0).
apparently there's bug in cabal, , can't have test executable same name regular executable. since test executable named test, , regular executable has same name project, appear test no longer valid name yesod project. if name else, should work.
could file bug report on github prevent people using name test?
Comments
Post a Comment