gf.cabal: add default-language to silence warning

This commit is contained in:
hallgren
2014-02-03 12:24:42 +00:00
parent 26cee4374d
commit a81d7db70b

View File

@@ -261,9 +261,11 @@ test-suite rgl-tests
main-is: run.hs
hs-source-dirs: lib/tests/
build-depends: base, HTF, process, HUnit, filepath, directory
default-language: Haskell2010
test-suite gf-tests
type: exitcode-stdio-1.0
main-is: run.hs
hs-source-dirs: testsuite
build-depends: base>=4.2 && <5, Cabal>=1.8, directory, filepath, process
default-language: Haskell2010