diff options
author | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2021-01-24 18:33:33 +0300 |
---|---|---|
committer | Hécate Moonlight <hecate+github@glitchbra.in> | 2021-02-05 14:53:00 +0100 |
commit | fcf9a04224fed910d01cf6f4d9c2d1bdc7c085af (patch) | |
tree | a167e8a62769fbf5c6f6bc3d15131499046bf8c9 /cabal.project | |
parent | 664122f108c25fa2e96c9ea6d012d11d8faa2229 (diff) |
Update cabal.project and README build instructions
Diffstat (limited to 'cabal.project')
-rw-r--r-- | cabal.project | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index 7330a775..2525070a 100644 --- a/cabal.project +++ b/cabal.project @@ -3,5 +3,12 @@ packages: ./ ./haddock-library ./haddock-test +with-compiler: ghc-9.0 + +allow-newer: + ghc-paths:Cabal, + *:base, + *:ghc-prim + -- Pinning the index-state helps to make reasonably CI deterministic -index-state: 2020-12-08T20:13:44Z +index-state: 2021-01-24T12:09:34Z |