Skip to content
Snippets Groups Projects
Commit 5bba9b5c authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Fix cabal.project.local

parent fbe07133
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,10 @@ extract_keys_tarball() {
}
build_index_html() {
keys="$(find keys/root -printf "%f")"
keys="$(find keys/root -type f -printf "%f")"
cat >repo/cabal.project.local <<EOF
repository head.hackage
url: https://gitlab.haskell.org/ghc/head.hackage/
repository head.hackage.ghc.haskell.org
url: https://ghc.gitlab.haskell.org/head.hackage/
secure: True
root-keys: ${keys//.private/ }
key-threshold: 3
......@@ -56,7 +56,7 @@ EOF
<h1>head.hackage @ GHC</h1>
<p>See the <a href="">head.hackage documentation</a> for details on using this repository.</p>
<pre>
$(cat repo/cabal.project)
$(cat repo/cabal.project.local)
</pre>
</body>
</html>
......
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