-
Notifications
You must be signed in to change notification settings - Fork 0
/
purs.json
29 lines (29 loc) · 856 Bytes
/
purs.json
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
{
"name": "halogen-typewriter",
"version": "1.0.4",
"license": "MIT",
"location": {
"githubOwner": "qwbarch",
"githubRepo": "halogen-typewriter"
},
"description": "A simple typewriter effect for halogen",
"dependencies": {
"aff": ">=7.1.0 <8.0.0",
"css": ">=6.0.0 <7.0.0",
"datetime": ">=6.1.0 <7.0.0",
"effect": ">=4.0.0 <5.0.0",
"foldable-traversable": ">=6.0.0 <7.0.0",
"halogen": ">=7.0.0 <8.0.0",
"halogen-css": ">=10.0.0 <11.0.0",
"halogen-subscriptions": ">=2.0.0 <3.0.0",
"lists": ">=7.0.0 <8.0.0",
"maybe": ">=6.0.0 <7.0.0",
"newtype": ">=5.0.0 <6.0.0",
"prelude": ">=6.0.1 <7.0.0",
"profunctor-lenses": ">=8.0.0 <9.0.0",
"random": ">=6.0.0 <7.0.0",
"strings": ">=6.0.1 <7.0.0",
"transformers": ">=6.0.0 <7.0.0",
"typelevel-prelude": ">=7.0.0 <8.0.0"
}
}