We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba3ef1 commit edb76b6Copy full SHA for edb76b6
package.json
@@ -4,5 +4,9 @@
4
"grunt": "~0.4.5",
5
"grunt-contrib-clean": "~0.5.0",
6
"grunt-purescript": "~0.5.1"
7
+ },
8
+ "scripts": {
9
+ "postinstall": "pulp dep install",
10
+ "build": "pulp build && pulp test && rimraf docs && pulp docs"
11
}
12
test/Main.purs
@@ -0,0 +1,8 @@
1
+module Test.Main where
2
+
3
+import Prelude
+import Control.Monad.Eff
+-- TODO
+main :: forall e. Eff e Unit
+main = return unit
0 commit comments