diff options
author | Ben Sima <ben@bsima.me> | 2020-10-12 23:42:22 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-10-12 23:42:22 -0400 |
commit | 170ca39ccee2826f7623858ad4426071fd3a0d61 (patch) | |
tree | ed46680a3810448c0945c48d432429f8f8d4a5b9 /nix/haskell-deps.nix | |
parent | d58f671d8846bd8f5b6507fb7b614a1150fbfe4a (diff) |
pie prototype
Diffstat (limited to 'nix/haskell-deps.nix')
-rw-r--r-- | nix/haskell-deps.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/haskell-deps.nix b/nix/haskell-deps.nix index 1f09b4a..dccbd81 100644 --- a/nix/haskell-deps.nix +++ b/nix/haskell-deps.nix @@ -15,6 +15,7 @@ "fast-logger" "filepath" "ghcjs-base" + "haskeline" "http-types" "ixset" "katip" @@ -24,6 +25,8 @@ "monad-metrics" "mtl" "network-uri" + "optparse-simple" + "parsec" "process" "protolude" "quickcheck-instances" @@ -42,6 +45,7 @@ "string-quote" "tasty" "text" + "time" "transformers" "unagi-chan" "unix" |