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

Pass --allow-newer=integer-gmp

parent 7652bc53
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ bootPkgs = S.fromList
, "Cabal"
, "ghc"
, "ghc-prim"
, "integer-gmp"
]
allowNewer :: S.Set Cabal.PackageName -> Doc
......
......@@ -118,7 +118,7 @@ build_all() {
echo "Building $package..."
echo "=============================================================================="
cabal v2-build \
--allow-newer=base,ghc,template-haskell,ghc-prim,containers \
--allow-newer=base,ghc,template-haskell,ghc-prim,containers,integer-gmp \
$package
done
}
......
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