mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +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
|
||||
, if isInc then "-inclusive" else "-exclusive"
|
||||
, ".stackage"
|
||||
]
|
||||
hPutStr tarballH $ concat
|
||||
[ "#!/bin/bash -ex\n\ntar czfv "
|
||||
, stackageFP
|
||||
|
||||
Loading…
Reference in New Issue
Block a user