summaryrefslogtreecommitdiff
path: root/deps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'deps.nix')
-rw-r--r--deps.nix45
1 files changed, 45 insertions, 0 deletions
diff --git a/deps.nix b/deps.nix
new file mode 100644
index 0000000..18d29bc
--- /dev/null
+++ b/deps.nix
@@ -0,0 +1,45 @@
+[
+ "MonadRandom"
+ "acid-state"
+ "aeson"
+ "async"
+ "blaze-html"
+ "blaze-markup"
+ "bytestring"
+ "clay"
+ "containers"
+ "dhall"
+ "ekg"
+ "fast-logger"
+ "ghcjs-base"
+ "http-types"
+ "ixset"
+ "katip"
+ "lucid"
+ "miso"
+ "monad-logger"
+ "monad-metrics"
+ "mtl"
+ "network-uri"
+ "process"
+ "protolude"
+ "random"
+ "req"
+ "safe"
+ "safecopy"
+ "scotty"
+ "servant"
+ "servant-lucid"
+ "servant-server"
+ "split"
+ "stm"
+ "string-quote"
+ "text"
+ "unagi-chan"
+ "unordered-containers"
+ "wai"
+ "wai-app-static"
+ "wai-extra"
+ "wai-middleware-metrics"
+ "warp"
+]