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

Commit fe8034e

Browse files
committed
Correct formatting
1 parent 8cbf3f9 commit fe8034e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/src/Env.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ getHieVersions = do
105105
(T.stripPrefix stackYamlPrefix >=> T.stripSuffix stackYamlSuffix)
106106
& map T.unpack
107107
-- the following line excludes `8.6.3`, `8.8.1` and `8.8.2` on windows systems
108-
& filter (\p -> not (isWindowsSystem && p `elem` ["8.6.3","8.8.1", "8.8.2"]))
108+
& filter (\p -> not (isWindowsSystem && p `elem` ["8.6.3", "8.8.1", "8.8.2"]))
109109
& sort
110110
return hieVersions
111111

0 commit comments

Comments
 (0)