diff options
Diffstat (limited to 'www/hs-http2/files/patch-http2.cabal')
-rw-r--r-- | www/hs-http2/files/patch-http2.cabal | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/www/hs-http2/files/patch-http2.cabal b/www/hs-http2/files/patch-http2.cabal deleted file mode 100644 index 830fac27bffc..000000000000 --- a/www/hs-http2/files/patch-http2.cabal +++ /dev/null @@ -1,50 +0,0 @@ ---- http2.cabal.orig 2017-02-02 01:41:44 UTC -+++ http2.cabal -@@ -82,7 +82,6 @@ Library - Build-Depends: base >= 4.6 && < 5 - , array - , bytestring >= 0.10 -- , bytestring-builder - , case-insensitive - , containers >= 0.5 - , psqueues -@@ -115,7 +114,6 @@ Test-Suite spec - Build-Depends: base >= 4 && < 5 - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , hex -@@ -138,7 +136,6 @@ Test-Suite hpack - , aeson-pretty - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , directory -@@ -188,7 +185,6 @@ Executable hpack-encode - , aeson-pretty - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , hex -@@ -210,7 +206,6 @@ Executable hpack-debug - , aeson - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , hex -@@ -233,7 +228,6 @@ Executable hpack-stat - , aeson-pretty - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , directory |