Skip to content
Snippets Groups Projects
Commit ef432a49 authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

Add default-language pragmas to cabal-testsuite.cabal


Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
parent fa3746ab
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ library
build-depends: unix, exceptions
else
build-depends: Win32
default-language: Haskell2010
test-suite cabal-tests
type: exitcode-stdio-1.0
......@@ -61,6 +62,7 @@ test-suite cabal-tests
process,
optparse-applicative,
cabal-testsuite
default-language: Haskell2010
custom-setup
setup-depends: Cabal >= 1.25,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment