Skip to content

Commit

Permalink
Fix bad reference
Browse files Browse the repository at this point in the history
  • Loading branch information
natefaubion committed Jan 14, 2020
1 parent e7fefe0 commit 146a7ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"purescript-nullable": "^4.0.0",
"purescript-arraybuffer-types": "^2.0.0",
"purescript-tuples": "^5.0.0",
"purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#^1.0.0"
"purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#^1.0.0",
"purescript-exceptions": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion src/Web/Streams/ReadableStreamController.purs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Web.Streams.ReadableStreamController where

import Effect (Effect)
import Error (Error)
import Effect.Exception (Error)
import Prelude (Unit)

foreign import data ReadableStreamController :: Type -> Type
Expand Down

0 comments on commit 146a7ba

Please sign in to comment.