Skip to content

Commit 876a843

Browse files
committed
Fix compilation with GHC 8
1 parent befd681 commit 876a843

File tree

1 file changed

+1
-1
lines changed
  • src/Simplex/Messaging/Notifications/Server/Push

1 file changed

+1
-1
lines changed

src/Simplex/Messaging/Notifications/Server/Push/WebPush.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Simplex.Messaging.Notifications.Server.Push
1616
import Control.Monad.Except
1717
import Control.Logger.Simple (logDebug)
1818
import Simplex.Messaging.Util (tshow)
19-
import qualified Data.ByteString.Char8 as B
19+
import qualified Data.ByteString as B
2020
import Control.Monad.IO.Class (liftIO)
2121
import Control.Exception ( fromException, SomeException, try )
2222
import qualified Network.HTTP.Types as N

0 commit comments

Comments
 (0)