Skip to content
Snippets Groups Projects
Commit 1e027212 authored by Jens Nolte's avatar Jens Nolte
Browse files

Rename module to ExceptionSink


Co-authored-by: default avatarJan Beinke <git@janbeinke.com>
parent d5cf97c3
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ library
Quasar.Async
Quasar.Awaitable
Quasar.Exceptions
Quasar.Exceptions.ExceptionChannel
Quasar.Exceptions.ExceptionSink
Quasar.MonadQuasar
Quasar.MonadQuasar.Misc
Quasar.Observable
......
module Quasar.Exceptions.ExceptionChannel (
module Quasar.Exceptions.ExceptionSink (
panicChannel,
loggingExceptionChannel,
newExceptionChannelWitness,
......
......@@ -18,7 +18,7 @@ import Data.List.NonEmpty
import Quasar.Awaitable
import Quasar.Async
import Quasar.Async.STMHelper
import Quasar.Exceptions.ExceptionChannel
import Quasar.Exceptions.ExceptionSink
import Quasar.MonadQuasar
import Quasar.Prelude
import Quasar.Resources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment