Skip to content
Snippets Groups Projects
Unverified Commit 381245dc authored by Phil de Joux's avatar Phil de Joux
Browse files

Add with-ghc.config to reset --with-compiler=ghc

parent 8832b268
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,4 @@ packages: .
allow-newer: hashable:*
constraints: hashable ==1.4.2.0
import: https://www.stackage.org/nightly-2023-12-07/cabal.config
import: with-ghc.config
......@@ -2,3 +2,4 @@ packages: .
allow-newer: hashable:*
import: https://www.stackage.org/nightly-2023-12-07/cabal.config
constraints: hashable ==1.4.2.0
import: with-ghc.config
......@@ -2,3 +2,4 @@ packages: .
allow-newer: hashable:*
constraints: hashable ==1.4.2.0
import: stackage-web.config
import: with-ghc.config
......@@ -2,3 +2,4 @@ packages: .
allow-newer: hashable:*
import: stackage-web.config
constraints: hashable ==1.4.2.0
import: with-ghc.config
......@@ -2,3 +2,4 @@ packages: .
allow-newer: hashable:*
constraints: hashable ==1.4.2.0
import: hop-web.config
import: with-ghc.config
\ No newline at end of file
......@@ -2,3 +2,4 @@ packages: .
allow-newer: hashable:*
import: hop-web.config
constraints: hashable ==1.4.2.0
import: with-ghc.config
\ No newline at end of file
-- WARNING: Override the `with-compiler: ghc-x.y.z` of the stackage import, of
-- https://www.stackage.org/nightly-yyyy-mm-dd/cabal.config. Otherwise tests
-- will fail with:
-- -Error: [Cabal-5490]
-- -Cannot find the program 'ghc'. User-specified path 'ghc-x.y.z' does not
-- refer to an executable and the program is not on the system path.
with-compiler: ghc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment