Skip to content

Commit 2332c93

Browse files
justinwoonatefaubion
authored andcommitted
update typelevel prelude (#8)
1 parent 0439619 commit 2332c93

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"output"
1616
],
1717
"dependencies": {
18-
"purescript-prelude": "^4.0.0",
19-
"purescript-transformers": "^4.1.0",
20-
"purescript-variant": "^5.0.0"
18+
"purescript-prelude": "^4.1.1",
19+
"purescript-transformers": "^4.2.0",
20+
"purescript-variant": "^6.0.1"
2121
}
2222
}

src/Control/Monad/Except/Checked.purs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ import Control.Monad.Except (ExceptT, lift, throwError)
1717
import Data.Either (either)
1818
import Data.Newtype (unwrap)
1919
import Data.Variant (class VariantMatchCases, Variant, case_, onMatch)
20-
import Type.Row (class RowToList, class Union)
20+
import Prim.Row (class Union)
21+
import Prim.RowList (class RowToList)
2122

2223
type ExceptV exc = ExceptT (Variant exc)
2324

0 commit comments

Comments
 (0)