Skip to content

Commit f23c8a8

Browse files
committed
update for psc-0.11
1 parent 0987264 commit f23c8a8

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
purescript-slides
99
-----------------
1010

11-
A tiny EDSL for creating slides in PureScript using the Halogen library.
11+
A tiny EDSL for creating slides in PureScript.
1212

1313

1414
> - Status: Experimental
1515
> - License: BSD3
16+
> - [Try It!](https://try.purescript.org/?backend=slides)
1617
1718
- [Module Documentation](https://pursuit.purescript.org/packages/purescript-slides/)
1819
- Example: [Code](example/src/Main.purs), [Demo](https://soupi.github.io/purescript-slides)

bower.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"authors": [
44
"Gil Mizrahi <[email protected]>"
55
],
6-
"version": "0.4.1",
6+
"version": "0.5.0",
77
"repository": {
88
"type": "git",
99
"url": "git://github.com/soupi/purescript-slides"
@@ -17,19 +17,16 @@
1717
"tests",
1818
"output"
1919
],
20-
2120
"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"
3128
},
3229
"devDependencies": {
33-
"purescript-psci-support": "^2.0.0"
30+
"purescript-psci-support": "*"
3431
}
3532
}

example/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Gil Mizrahi <[email protected]>"
66
],
77
"license": "BSD-3-Clause",
8-
"version": "0.3.0",
8+
"version": "0.4.0",
99
"ignore": [
1010
"**/.*",
1111
"node_modules",

0 commit comments

Comments
 (0)