Skip to content
Snippets Groups Projects
Commit cd9ee55f authored by Ryan Scott's avatar Ryan Scott
Browse files

CI: Mark ghc-boot{,-th} as allow-newer

parent db861f65
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,9 @@ allowNewerPkgs = S.fromList
, "Cabal"
, "containers"
, "deepseq"
, "text" ] `S.union` bootPkgs
, "text"
, "ghc-boot"
, "ghc-boot-th" ] `S.union` bootPkgs
constraints :: [String] -> Doc
constraints constraints =
......
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