Skip to content

Commit 0e9b773

Browse files
committed
Merge pull request #10 from natefaubion/halogen-0.8
Bump Halogen, stricter build, warnings.
2 parents 2a590cd + 0f5461e commit 0e9b773

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
],
2222
"dependencies": {
2323
"purescript-css": "^0.6.0",
24-
"purescript-halogen": "^0.7.0"
24+
"purescript-halogen": "^0.8.0"
2525
}
2626
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "pulp build"
5+
"build": "pulp build --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"pulp": "^8.1.0",
8+
"pulp": "^8.2.0",
99
"purescript": "^0.8.5",
10+
"purescript-psa": "^0.3.8",
1011
"rimraf": "^2.5.2"
1112
}
1213
}

src/Halogen/HTML/CSS.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import CSS.Render (render, renderedSheet, collect)
2020
import CSS.Stylesheet (CSS(), Rule(..), runS)
2121

2222
import Halogen.HTML as H
23-
import Halogen.HTML.Core (HTML(), Prop(), IsProp, prop, propName, attrName)
23+
import Halogen.HTML.Core (HTML(), Prop(), class IsProp, prop, propName, attrName)
2424
import Halogen.HTML.Properties as P
2525

2626
-- | A newtype for CSS styles

0 commit comments

Comments
 (0)