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

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2023-10-27 07:21:12 +02:00 committed by Ulrich Müller
parent e2d9bd53fa
commit 5d742f30dd
No known key found for this signature in database
GPG Key ID: 5188335088415E2E
2 changed files with 0 additions and 70 deletions

View File

@ -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

View File

@ -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