Skip to content

Commit 146a7ba

Browse files
committed
Fix bad reference
1 parent e7fefe0 commit 146a7ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"purescript-nullable": "^4.0.0",
2121
"purescript-arraybuffer-types": "^2.0.0",
2222
"purescript-tuples": "^5.0.0",
23-
"purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#^1.0.0"
23+
"purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#^1.0.0",
24+
"purescript-exceptions": "^4.0.0"
2425
}
2526
}

src/Web/Streams/ReadableStreamController.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Web.Streams.ReadableStreamController where
22

33
import Effect (Effect)
4-
import Error (Error)
4+
import Effect.Exception (Error)
55
import Prelude (Unit)
66

77
foreign import data ReadableStreamController :: Type -> Type

0 commit comments

Comments
 (0)