diff options
author | Ben Sima <ben@bsima.me> | 2019-09-02 09:03:54 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-09-02 09:03:54 -0700 |
commit | 575de8c8eb5e4adc847ae2d8819d5db53a59e1e8 (patch) | |
tree | b214cf524886ca18506346c6bfd2156710b666ff /pack/buildeasy.nix | |
parent | 003990b6630d4b08d3bd1aa58bc1f4bb430154b2 (diff) |
[pack] add buildeasy
Diffstat (limited to 'pack/buildeasy.nix')
-rw-r--r-- | pack/buildeasy.nix | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/pack/buildeasy.nix b/pack/buildeasy.nix new file mode 100644 index 0000000..f5b0963 --- /dev/null +++ b/pack/buildeasy.nix @@ -0,0 +1,30 @@ +{ + # n.b.: 'buildeasy' is already taken by webuildeasy.com. we might want to find + # another name. + # + name = "buildeasy"; + deps = { + both = [ + "miso" + "protolude" + "servant" + "text" + ]; + apex = [ + "acid-state" + "blaze-html" + "blaze-markup" + "bytestring" + "ixset" + "safecopy" + "scotty" + "servant-server" + "text" + ]; + aero = [ + "aeson" + "containers" + "ghcjs-base" + ]; + }; +} |