File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 16
16
" !LICENSE"
17
17
],
18
18
"dependencies" : {
19
- "purescript-foreign" : " ^3 .0.0" ,
20
- "purescript-maps" : " ^2 .0.0" ,
21
- "purescript-tuples" : " ^3 .0.0" ,
22
- "purescript-monoid" : " ^2 .0.0" ,
23
- "purescript-maybe" : " ^2 .0.0" ,
24
- "purescript-contravariant" : " ^2 .0.0"
19
+ "purescript-foreign" : " ^4 .0.0" ,
20
+ "purescript-maps" : " ^3 .0.0" ,
21
+ "purescript-tuples" : " ^4 .0.0" ,
22
+ "purescript-monoid" : " ^3 .0.0" ,
23
+ "purescript-maybe" : " ^3 .0.0" ,
24
+ "purescript-contravariant" : " ^3 .0.0"
25
25
},
26
26
"devDependencies" : {
27
- "purescript-console" : " ^2 .0.0"
27
+ "purescript-console" : " ^3 .0.0"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"clean" : " rimraf output && rimraf .pulp-cache" ,
5
- "build" : " pulp build --censor-lib --strict" ,
5
+ "build" : " pulp build -- -- censor-lib --strict" ,
6
6
"test" : " pulp test"
7
7
},
8
8
"devDependencies" : {
9
- "pulp" : " ^9 .0.1 " ,
10
- "purescript-psa" : " ^0.3.9 " ,
11
- "purescript" : " ^0.10 .1" ,
9
+ "pulp" : " ^11 .0.0 " ,
10
+ "purescript-psa" : " ^0.5.0 " ,
11
+ "purescript" : " ^0.11 .1" ,
12
12
"rimraf" : " ^2.5.4"
13
13
}
14
14
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ instance shapeShow :: Show Shape where
17
17
show Square = " square"
18
18
show Triangle = " triangle"
19
19
20
- foreign import data Foo :: *
20
+ foreign import data Foo :: Type
21
21
22
22
foo :: Option Foo String
23
23
foo = opt " foo"
You can’t perform that action at this time.
0 commit comments