Skip to content

Commit e33508a

Browse files
committed
Update purescript-ace-halogen to 0.4.0 in the example
1 parent a812c14 commit e33508a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"purescript-console": "^0.1.0",
1515
"purescript-halogen": "~0.5.8",
16-
"purescript-ace-halogen": "0.3.0",
16+
"purescript-ace-halogen": "0.4.0",
1717
"ace-builds": "~1.2.2"
1818
}
1919
}

example/src/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ui = parentComponent render eval
7878
[ H.text state.text ]
7979
]
8080

81-
eval :: Natural Query (ParentDSL State AceState Query AceQuery MainAff AceSlot)
81+
eval :: EvalParent Query State AceState Query AceQuery MainAff AceSlot
8282
eval (UpdateText next) = do
8383
pure next
8484

0 commit comments

Comments
 (0)