aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-06-19 00:49:38 +0200
committerDaniel Gröber <dxld@darkboxed.org>2019-06-19 01:53:29 +0200
commit97d8c5384b90b88ead7cddbf0c8cf63021b2fed9 (patch)
tree5e418222e8726e2b8a3e37b2b19f395839306263 /cabal-helper.cabal
parentedf99c36d2aa8cd7311234d1f134d2b8db246ac0 (diff)
compile-test: Read cabal versions from file
This allows them to be checked for up-to-date'nes in CI like the stack-resolvers.
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index c065779..9cc7215 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -36,6 +36,7 @@ extra-source-files: README.md
tests/*.hs
tests/stack-resolvers
+ tests/cabal-versions
tests/exelib/*.hs
tests/exelib/*.cabal
@@ -173,6 +174,8 @@ test-suite compile-test
ghc-options: -Wall
build-depends: c-h-internal
+
+
test-suite ghc-session
import: build-deps, extensions
type: exitcode-stdio-1.0