diff options
author | alexwl <alexey.a.kiryushin@gmail.com> | 2019-03-24 17:43:12 +0300 |
---|---|---|
committer | alexwl <alexey.a.kiryushin@gmail.com> | 2019-03-24 17:43:12 +0300 |
commit | 08ec8a00a18f8f900dac9be472501021d118f1d8 (patch) | |
tree | 95c7b88e5f0f1ee84e47a56e6d33f37b09ce4ba1 | |
parent | 592032006897e28042b91770f741f110b871fb5d (diff) |
Add dependencies to install.hs
-rwxr-xr-x | install.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ {- stack script --resolver lts-13.12 --ghc-options -Wall + --package bytestring,text,filepath,directory,optparse-applicative,typed-process -} {-# LANGUAGE CPP #-} |