File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 " output"
1818 ],
1919 "dependencies" : {
20- "purescript-lists" : " ^1 .0.0" ,
21- "purescript-monoid" : " ^1 .0.0" ,
22- "purescript-nonempty" : " ^1 .0.0" ,
23- "purescript-numbers" : " ^2 .0.0"
20+ "purescript-lists" : " ^3 .0.0" ,
21+ "purescript-monoid" : " ^2 .0.0" ,
22+ "purescript-nonempty" : " ^3 .0.0" ,
23+ "purescript-numbers" : " ^3 .0.0"
2424 },
2525 "devDependencies" : {
26- "purescript-psci-support" : " ^1 .0.0" ,
27- "purescript-test-unit" : " ^7 .0.0"
26+ "purescript-psci-support" : " ^2 .0.0" ,
27+ "purescript-test-unit" : " ^10 .0.0"
2828 }
2929}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import Data.Quantity.Math (sin, asin)
2222
2323import Control.Monad.Eff (Eff )
2424import Control.Monad.Eff.Console (CONSOLE )
25+ import Control.Monad.Aff.AVar (AVAR )
2526
2627import Math (pi )
2728
@@ -54,7 +55,7 @@ almostEqual' expected actual =
5455 Left _ → failure " Conversion error"
5556 Right actual' → almostEqual expected actual'
5657
57- main :: Eff (console :: CONSOLE , testOutput :: TESTOUTPUT ) Unit
58+ main :: Eff (console :: CONSOLE , testOutput :: TESTOUTPUT , avar :: AVAR ) Unit
5859main = runTest do
5960 let
6061 meters = meter
You can’t perform that action at this time.
0 commit comments