aboutsummaryrefslogtreecommitdiff
path: root/cabal.project
diff options
context:
space:
mode:
authorAlexander Biehl <alexbiehl@gmail.com>2020-12-08 23:08:23 +0100
committerGitHub <noreply@github.com>2020-12-08 23:08:23 +0100
commit1dbbe6cd32c609fce0857cc77ef367820eb88359 (patch)
treef830f87cc99cb0b18f880fb4ca130bfc66789117 /cabal.project
parentc4291bfc06211c9f60c9d43b4ada5c75ab8b41f8 (diff)
Move to GitHub CI (#1266)
* Initial version of ci.yml This is a straight copy from Dmitrii Kovanikov's blog post at https://kodimensional.dev/github-actions. Will adapt to haddock in successive commits. * Delete .travis.yml * Modify to only test on ghc-8.10.{1,2} * Use actions/setup-haskell@v1.1.4 * Relax QuickCheck bound on haddock-api * Remove stack matrix for now * Nail down to ghc-8.10 branch for now * Pin index state to 2020-12-08T20:13:44Z for now * Disable macOS and Windows tests for now for speed up
Diffstat (limited to 'cabal.project')
-rw-r--r--cabal.project3
1 files changed, 3 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project
index ba925e3d..7330a775 100644
--- a/cabal.project
+++ b/cabal.project
@@ -2,3 +2,6 @@ packages: ./
./haddock-api
./haddock-library
./haddock-test
+
+-- Pinning the index-state helps to make reasonably CI deterministic
+index-state: 2020-12-08T20:13:44Z