diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml index 93cedc8..374e3ee 100644 --- a/package.yaml +++ b/package.yaml @@ -40,8 +40,10 @@ dependencies: - haskeline - megaparsec - mtl -- time +- optparse-applicative +- process - random +- time library: source-dirs: src |