From 9214692fa60fce959d5fc34dc84c1aa682248222 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 3 Apr 2020 19:08:35 -0700 Subject: Centralize hackage packages to deps.nix This also allowes me to make 'repl' into a universal command. This makes it much easier to work across different projects. --- deps.nix | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 deps.nix (limited to 'deps.nix') 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" +] -- cgit v1.2.3