diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-02-11 23:17:49 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-02-11 23:17:49 +0100 |
commit | 5196a7c382a1a03e2d460c7ca9112424a58cfbd0 (patch) | |
tree | 6c8c85875dc8d49d40c57f7e44fb88435339b772 /tests/CompileTest.hs | |
parent | 5463f8ccdecbdd23ae47c2a956e906eb6b83a724 (diff) |
Some helper compilation test coverage comments
[ci skip]
Diffstat (limited to 'tests/CompileTest.hs')
-rw-r--r-- | tests/CompileTest.hs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs index 4ad5804..ea5202e 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -2,7 +2,13 @@ {-| This test tries to compile the Helper against every supported version of the Cabal library. Since we compile the Helper at runtime, on the user's machine, - it is very important to make sure this will not fail. + it is very important to make sure this will not fail to compile. + + This test only covers using v2-build to install the requested Cabal library + version because it has the best build product caching (keeps CI times + down). We could also use stack since it has a global package cache but we + don't support that because stack always comes with the right Cabal library + version available for a given resolver anyways. -} import System.Environment (getArgs) |