From 7ef86c61caa77a85abe24626848986fda2e0c666 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 17 Mar 2020 18:34:26 -0700 Subject: Add que --- default.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 4d2fbd2..f249d53 100644 --- a/default.nix +++ b/default.nix @@ -59,6 +59,21 @@ in { boot.enableContainers = true; }; }; + Que = buildGhc { + name = "Com.Simatime.Que"; + nick = "que"; + deps = [ + "aeson" + "async" + "protolude" + "scotty" + "servant" + "servant-server" + "stm" + "unagi-chan" + "unordered-containers" + ]; + }; }; Com.InfluencedByBooks = buildOS { configuration = { -- cgit v1.2.3