diff options
author | Clint Adams <clint@debian.org> | 2014-06-06 16:37:26 +0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2014-06-06 16:37:26 +0400 |
commit | 7b4ee9de943c8209f7c57f2f39ad32e1e8b87ee1 (patch) | |
tree | 9e4216a6cbeecf1192f1ad39b06e864a7dfbd254 /p/haskell-http-client/debian/patches/disable-network-tests.patch | |
parent | 3de6484fa88b1ad2a11f21e6962848a34fcc2b5d (diff) | |
download | DHG_packages-7b4ee9de943c8209f7c57f2f39ad32e1e8b87ee1.tar.gz |
haskell-http-client: New upstream version 0.3.3.
Diffstat (limited to 'p/haskell-http-client/debian/patches/disable-network-tests.patch')
-rw-r--r-- | p/haskell-http-client/debian/patches/disable-network-tests.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/p/haskell-http-client/debian/patches/disable-network-tests.patch b/p/haskell-http-client/debian/patches/disable-network-tests.patch deleted file mode 100644 index 1e08dbd26..000000000 --- a/p/haskell-http-client/debian/patches/disable-network-tests.patch +++ /dev/null @@ -1,25 +0,0 @@ -Description: Disable tests requiring external network resources - Ubuntu buildds aren't permitted to access these, and Debian buildds - shouldn't rely on them. -Author: Colin Watson <cjwatson@debian.org> -Forwarded: not-needed -Last-Update: 2013-12-30 - -Index: b/test/Spec.hs -=================================================================== ---- a/test/Spec.hs -+++ b/test/Spec.hs -@@ -2,11 +2,11 @@ - import qualified Network.HTTP.Client.BodySpec as BodySpec - import qualified Network.HTTP.Client.HeadersSpec as HeadersSpec - import qualified Network.HTTP.Client.ResponseSpec as ResponseSpec --import qualified Network.HTTP.ClientSpec as ClientSpec -+-- import qualified Network.HTTP.ClientSpec as ClientSpec - - main :: IO () - main = hspec $ do - BodySpec.spec - HeadersSpec.spec - ResponseSpec.spec -- ClientSpec.spec -+ -- ClientSpec.spec |