{
  # 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"
  ];
  };
}