aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2019-03-24 17:43:12 +0300
committeralexwl <alexey.a.kiryushin@gmail.com>2019-03-24 17:43:12 +0300
commit08ec8a00a18f8f900dac9be472501021d118f1d8 (patch)
tree95c7b88e5f0f1ee84e47a56e6d33f37b09ce4ba1
parent592032006897e28042b91770f741f110b871fb5d (diff)
Add dependencies to install.hs
-rwxr-xr-xinstall.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.hs b/install.hs
index 4fb56a3..16ab109 100755
--- a/install.hs
+++ b/install.hs
@@ -2,6 +2,7 @@
{- stack script
--resolver lts-13.12
--ghc-options -Wall
+ --package bytestring,text,filepath,directory,optparse-applicative,typed-process
-}
{-# LANGUAGE CPP #-}