File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
test/Test/Control/Monad/Free Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
],
25
25
"dependencies" : {
26
26
"purescript-catenable-lists" : " ~0.1.0" ,
27
- "purescript-unsafe-coerce " : " ~0.1 .0" ,
27
+ "purescript-exists " : " ~0.2 .0" ,
28
28
"purescript-inject" : " ~0.3.0" ,
29
- "purescript-transformers" : " ~0.6 .1" ,
30
- "purescript-exists " : " ~0.2 .0"
29
+ "purescript-transformers" : " ^0.7 .1" ,
30
+ "purescript-unsafe-coerce " : " ~0.1 .0"
31
31
},
32
32
"devDependencies" : {
33
- "purescript-benchotron " : " ~3.0 .1"
33
+ "purescript-console " : " ~0.1 .1"
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -67,4 +67,4 @@ tN fa = fromJust $ (teletype1N <$> prj fa) <|>
67
67
run :: forall a . T a -> Eff (console :: CONSOLE ) a
68
68
run = foldFree tN
69
69
70
- main = run u
70
+ main = run u
You can’t perform that action at this time.
0 commit comments