commit:     5d742f30dd2157518c65ce12285c6fb52d35bec0
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Oct 27 05:21:12 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 20:19:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d742f30

dev-haskell/http2: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../http2/files/http2-1.6.0-even-less-deps.patch   | 18 --------
 .../http2/files/http2-1.6.0-less-deps.patch        | 52 ----------------------
 2 files changed, 70 deletions(-)

diff --git a/dev-haskell/http2/files/http2-1.6.0-even-less-deps.patch 
b/dev-haskell/http2/files/http2-1.6.0-even-less-deps.patch
deleted file mode 100644
index 07be024ee5e1..000000000000
--- a/dev-haskell/http2/files/http2-1.6.0-even-less-deps.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/http2.cabal b/http2.cabal
-index fe57a48..b28ad06 100644
---- a/http2.cabal
-+++ b/http2.cabal
-@@ -204,6 +204,3 @@ Executable hpack-debug
-     Buildable:          True
--  else
--    Buildable:          False
--  Main-Is:              hpack-debug.hs
--  Build-Depends:        base >= 4 && < 5
-+    Build-Depends:      base >= 4 && < 5
-                       , aeson
-@@ -219,2 +216,5 @@ Executable hpack-debug
-                       , word8
-+  else
-+    Buildable:          False
-+  Main-Is:              hpack-debug.hs
- 

diff --git a/dev-haskell/http2/files/http2-1.6.0-less-deps.patch 
b/dev-haskell/http2/files/http2-1.6.0-less-deps.patch
deleted file mode 100644
index 1ee62446d328..000000000000
--- a/dev-haskell/http2/files/http2-1.6.0-less-deps.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-diff --git a/http2.cabal b/http2.cabal
-index 7986d1c..fe57a48 100644
---- a/http2.cabal
-+++ b/http2.cabal
-@@ -180,7 +180,3 @@ Executable hpack-encode
-     Buildable:          True
--  else
--    Buildable:          False
--  Main-Is:              hpack-encode.hs
--  Other-Modules:        HPACKEncode
--  Build-Depends:        base >= 4 && < 5
-+    Build-Depends:      base >= 4 && < 5
-                       , aeson
-@@ -197,2 +193,6 @@ Executable hpack-encode
-                       , word8
-+  else
-+    Buildable:          False
-+  Main-Is:              hpack-encode.hs
-+  Other-Modules:        HPACKEncode
- 
-@@ -226,6 +226,3 @@ Executable hpack-stat
-     Buildable:          True
--  else
--    Buildable:          False
--  Main-Is:              hpack-stat.hs
--  Build-Depends:        base >= 4 && < 5
-+    Build-Depends:      base >= 4 && < 5
-                       , aeson
-@@ -243,2 +240,5 @@ Executable hpack-stat
-                       , word8
-+  else
-+    Buildable:          False
-+  Main-Is:              hpack-stat.hs
- 
-@@ -250,8 +250,3 @@ Executable frame-encode
-     Buildable:          True
--  else
--    Buildable:          False
--  Main-Is:              frame-encode.hs
--  Other-Modules:        Case
--                        JSON
--  Build-Depends:        base >= 4 && < 5
-+    Build-Depends:      base >= 4 && < 5
-                       , aeson
-@@ -263,2 +258,7 @@ Executable frame-encode
-                       , unordered-containers
-+  else
-+    Buildable:          False
-+  Main-Is:              frame-encode.hs
-+  Other-Modules:        Case
-+                        JSON
- 

Reply via email to