mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-17 17:58:31 +01:00
Add missing bracket
This commit is contained in:
parent
52ca2cc6e8
commit
b5a96fa26e
@ -30,6 +30,7 @@ createHackageFile isInc ii ghcVer date hackageH tarballH = do
|
|||||||
, date
|
, date
|
||||||
, if isInc then "-inclusive" else "-exclusive"
|
, if isInc then "-inclusive" else "-exclusive"
|
||||||
, ".stackage"
|
, ".stackage"
|
||||||
|
]
|
||||||
hPutStr tarballH $ concat
|
hPutStr tarballH $ concat
|
||||||
[ "#!/bin/bash -ex\n\ntar czfv "
|
[ "#!/bin/bash -ex\n\ntar czfv "
|
||||||
, stackageFP
|
, stackageFP
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user