Fix a broken cabal file
This commit is contained in:
parent
1d4f1948af
commit
e514f9375c
@ -16,15 +16,15 @@ build-type: Simple
|
|||||||
homepage: http://www.yesodweb.com/
|
homepage: http://www.yesodweb.com/
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
test/en.msg
|
test/en.msg
|
||||||
test/Test/NoOverloadedStrings.hs
|
test/YesodCoreTest/NoOverloadedStrings.hs
|
||||||
test/Test/Media.hs
|
test/YesodCoreTest/Media.hs
|
||||||
test/Test/Exceptions.hs
|
test/YesodCoreTest/Exceptions.hs
|
||||||
test/Test/Widget.hs
|
test/YesodCoreTest/Widget.hs
|
||||||
test/Test/CleanPath.hs
|
test/YesodCoreTest/CleanPath.hs
|
||||||
test/Test/Links.hs
|
test/YesodCoreTest/Links.hs
|
||||||
test/Test/InternalRequest.hs
|
test/YesodCoreTest/InternalRequest.hs
|
||||||
test/Test/ErrorHandling.hs
|
test/YesodCoreTest/ErrorHandling.hs
|
||||||
test/main.hs
|
test.hs
|
||||||
|
|
||||||
flag test
|
flag test
|
||||||
description: Build the executable to run unit tests
|
description: Build the executable to run unit tests
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user