From 97d8c5384b90b88ead7cddbf0c8cf63021b2fed9 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Wed, 19 Jun 2019 00:49:38 +0200 Subject: compile-test: Read cabal versions from file This allows them to be checked for up-to-date'nes in CI like the stack-resolvers. --- cabal-helper.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cabal-helper.cabal') 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 -- cgit v1.2.3