mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
gf.cabal: add default-language to silence warning
This commit is contained in:
2
gf.cabal
2
gf.cabal
@@ -261,9 +261,11 @@ test-suite rgl-tests
|
|||||||
main-is: run.hs
|
main-is: run.hs
|
||||||
hs-source-dirs: lib/tests/
|
hs-source-dirs: lib/tests/
|
||||||
build-depends: base, HTF, process, HUnit, filepath, directory
|
build-depends: base, HTF, process, HUnit, filepath, directory
|
||||||
|
default-language: Haskell2010
|
||||||
|
|
||||||
test-suite gf-tests
|
test-suite gf-tests
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
main-is: run.hs
|
main-is: run.hs
|
||||||
hs-source-dirs: testsuite
|
hs-source-dirs: testsuite
|
||||||
build-depends: base>=4.2 && <5, Cabal>=1.8, directory, filepath, process
|
build-depends: base>=4.2 && <5, Cabal>=1.8, directory, filepath, process
|
||||||
|
default-language: Haskell2010
|
||||||
|
|||||||
Reference in New Issue
Block a user