From 28200fda0c00861343f3b18b5cd6ebe03e456c39 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 14 Jul 2020 19:40:46 -0700 Subject: Commit Debian 3.0 (quilt) metadata [dgit (9.10~bpo10+1) quilt-fixup] --- debian/patches/debian-changes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes index 74bc432..192a4e6 100644 --- a/debian/patches/debian-changes +++ b/debian/patches/debian-changes @@ -15,6 +15,28 @@ upload of upstream version 1.2.3, you could use: clone`.) A single combined diff, containing all the changes, follows. +--- debug-me-1.20190926.orig/Server.hs ++++ debug-me-1.20190926/Server.hs +@@ -16,7 +16,7 @@ import Log + import Network.Wai + import Network.Wai.Handler.Warp + import Network.Wai.Handler.WebSockets +-import Network.WebSockets hiding (Message) ++import Network.WebSockets hiding (Message, serverPort) + import qualified Network.WebSockets as WS + import Network.HTTP.Types + import Control.Concurrent +--- debug-me-1.20190926.orig/Val.hs ++++ debug-me-1.20190926/Val.hs +@@ -42,7 +42,7 @@ instance FromJSON Val where + b64 :: B.ByteString -> T.Text + b64 = T.decodeUtf8 . B64.encode + +-unb64 :: Monad m => T.Text -> m B.ByteString ++unb64 :: MonadFail m => T.Text -> m B.ByteString + unb64 t = either + (\_ -> fail "bad base64 data") + return --- debug-me-1.20190926.orig/debug-me.cabal +++ debug-me-1.20190926/debug-me.cabal @@ -50,7 +50,7 @@ custom-setup -- cgit v1.2.3