File tree Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 8
8
purescript-slides
9
9
-----------------
10
10
11
- A tiny EDSL for creating slides in PureScript using the Halogen library .
11
+ A tiny EDSL for creating slides in PureScript.
12
12
13
13
14
14
> - Status: Experimental
15
15
> - License: BSD3
16
+ > - [ Try It!] ( https://try.purescript.org/?backend=slides )
16
17
17
18
- [ Module Documentation] ( https://pursuit.purescript.org/packages/purescript-slides/ )
18
19
- Example: [ Code] ( example/src/Main.purs ) , [ Demo] ( https://soupi.github.io/purescript-slides )
Original file line number Diff line number Diff line change 3
3
"authors" : [
4
4
5
5
],
6
- "version" : " 0.4.1 " ,
6
+ "version" : " 0.5.0 " ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
9
"url" : " git://github.com/soupi/purescript-slides"
17
17
" tests" ,
18
18
" output"
19
19
],
20
-
21
20
"dependencies" : {
22
-
23
- "purescript-prelude" : " ^2.1.0" ,
24
- "purescript-generics" : " ^3.1.0" ,
25
- "purescript-list-zipper" : " git://github.com/soupi/purescript-list-zipper.git#d4f3730" ,
26
- "purescript-maybe" : " ^2.0.1" ,
27
- "purescript-control" : " ^2.0.0" ,
28
- "purescript-foldable-traversable" : " ^2.0.0" ,
29
- "purescript-signal" : " ^8.0.0" ,
30
- "purescript-smolder" : " ^6.0.0"
21
+ "purescript-prelude" : " ^3.0.0" ,
22
+ "purescript-list-zipper" : " git://github.com/soupi/purescript-list-zipper.git#7c618d0" ,
23
+ "purescript-maybe" : " ^3.0.0" ,
24
+ "purescript-control" : " ^3.0.0" ,
25
+ "purescript-foldable-traversable" : " ^3.0.0" ,
26
+ "purescript-signal" : " ^9.0.0" ,
27
+ "purescript-smolder" : " ^7.0.0"
31
28
},
32
29
"devDependencies" : {
33
- "purescript-psci-support" : " ^2.0.0 "
30
+ "purescript-psci-support" : " * "
34
31
}
35
32
}
Original file line number Diff line number Diff line change 5
5
6
6
],
7
7
"license" : " BSD-3-Clause" ,
8
- "version" : " 0.3 .0" ,
8
+ "version" : " 0.4 .0" ,
9
9
"ignore" : [
10
10
" **/.*" ,
11
11
" node_modules" ,
You can’t perform that action at this time.
0 commit comments