diff --git a/bower.json b/bower.json index c8548ae..53b1ec2 100644 --- a/bower.json +++ b/bower.json @@ -16,14 +16,14 @@ "!LICENSE" ], "dependencies": { - "purescript-foreign": "^3.0.0", - "purescript-maps": "^2.0.0", - "purescript-tuples": "^3.0.0", - "purescript-monoid": "^2.0.0", - "purescript-maybe": "^2.0.0", - "purescript-contravariant": "^2.0.0" + "purescript-foreign": "^4.0.0", + "purescript-maps": "^3.0.0", + "purescript-tuples": "^4.0.0", + "purescript-monoid": "^3.0.0", + "purescript-maybe": "^3.0.0", + "purescript-contravariant": "^3.0.0" }, "devDependencies": { - "purescript-console": "^2.0.0" + "purescript-console": "^3.0.0" } } diff --git a/package.json b/package.json index b718f0e..da76be2 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,13 @@ "private": true, "scripts": { "clean": "rimraf output && rimraf .pulp-cache", - "build": "pulp build --censor-lib --strict", + "build": "pulp build -- --censor-lib --strict", "test": "pulp test" }, "devDependencies": { - "pulp": "^9.0.1", - "purescript-psa": "^0.3.9", - "purescript": "^0.10.1", + "pulp": "^11.0.0", + "purescript-psa": "^0.5.0", + "purescript": "^0.11.1", "rimraf": "^2.5.4" } } diff --git a/test/Test/Main.purs b/test/Test/Main.purs index d88ac54..e69e6d7 100644 --- a/test/Test/Main.purs +++ b/test/Test/Main.purs @@ -17,7 +17,7 @@ instance shapeShow :: Show Shape where show Square = "square" show Triangle = "triangle" -foreign import data Foo :: * +foreign import data Foo :: Type foo :: Option Foo String foo = opt "foo"