summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-14 19:40:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-14 19:40:46 -0700
commit28200fda0c00861343f3b18b5cd6ebe03e456c39 (patch)
tree2e2f3d552fcf61a69ebb2c86617147748b94adc4
parent36d9eb9e676d50d02ef32fcc9e5ba153c06df4ba (diff)
downloaddebug-me-28200fda0c00861343f3b18b5cd6ebe03e456c39.tar.gz
Commit Debian 3.0 (quilt) metadata
[dgit (9.10~bpo10+1) quilt-fixup]
-rw-r--r--debian/patches/debian-changes22
1 files changed, 22 insertions, 0 deletions
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