Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 1be0704

Browse files
authored
Merge pull request #1054 from leifmetcalf/formatting
Fix install.hs stack comment formatting
2 parents 8d4d617 + 526c3d9 commit 1be0704

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

install.hs

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/usr/bin/env stack
2-
{- stack
3-
--stack-yaml=shake.yaml
4-
--install-ghc runghc
5-
--package shake
6-
--package tar
7-
--package zlib
2+
{- stack
3+
--stack-yaml shake.yaml
4+
--install-ghc
5+
runghc
6+
--package shake
7+
--package tar
8+
--package zlib
89
-}
910

1011
import qualified Data.ByteString.Lazy as BS

0 commit comments

Comments
 (0)