aboutsummaryrefslogtreecommitdiff
path: root/psc-package.json
blob: eedb3866e6f33465d6a55beeb3ae213e6f3d7d5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "cooking",
  "set": "psc-0.12.2",
  "source": "https://github.com/purescript/package-sets.git",
  "depends": [
    "console",
    "effect",
    "integers",
    "math",
    "maybe",
    "parsing",
    "prelude",
    "spec",
    "strings",
    "web-dom",
    "web-html"
  ]
}