summaryrefslogtreecommitdiff
path: root/pack/buildeasy.nix
blob: f5b0963f590285bbfce40a4e6a09374ef23c447e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"
  ];
  };
}