diff options
Diffstat (limited to 'www/hs-http2/files/patch-http2.cabal')
-rw-r--r-- | www/hs-http2/files/patch-http2.cabal | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/www/hs-http2/files/patch-http2.cabal b/www/hs-http2/files/patch-http2.cabal index 661339af0e6f..830fac27bffc 100644 --- a/www/hs-http2/files/patch-http2.cabal +++ b/www/hs-http2/files/patch-http2.cabal @@ -1,50 +1,50 @@ ---- http2.cabal.orig 2015-07-31 05:18:14 UTC +--- http2.cabal.orig 2017-02-02 01:41:44 UTC +++ http2.cabal -@@ -60,7 +60,6 @@ Library +@@ -82,7 +82,6 @@ Library Build-Depends: base >= 4.6 && < 5 , array , bytestring >= 0.10 - , bytestring-builder + , case-insensitive , containers >= 0.5 - , mwc-random - , stm -@@ -93,7 +92,6 @@ Test-Suite spec + , psqueues +@@ -115,7 +114,6 @@ Test-Suite spec Build-Depends: base >= 4 && < 5 , array , bytestring - , bytestring-builder + , case-insensitive , containers , hex - , hspec >= 1.3 -@@ -116,7 +114,6 @@ Test-Suite hpack +@@ -138,7 +136,6 @@ Test-Suite hpack , aeson-pretty , array , bytestring - , bytestring-builder + , case-insensitive , containers , directory - , filepath -@@ -165,7 +162,6 @@ Executable hpack-encode +@@ -188,7 +185,6 @@ Executable hpack-encode , aeson-pretty , array , bytestring - , bytestring-builder + , case-insensitive , containers , hex - , text -@@ -186,7 +182,6 @@ Executable hpack-debug +@@ -210,7 +206,6 @@ Executable hpack-debug , aeson , array , bytestring - , bytestring-builder + , case-insensitive , containers , hex - , text -@@ -208,7 +203,6 @@ Executable hpack-stat +@@ -233,7 +228,6 @@ Executable hpack-stat , aeson-pretty , array , bytestring - , bytestring-builder + , case-insensitive , containers , directory - , filepath |