aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/sproxy2/http-conduit.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-06-28 17:05:27 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-06-28 17:05:27 +0300
commit98b9d61bc33b42699b70830fa5a77d8dfac3b30b (patch)
treed63c40b331ab91d3dd2bc218f11143c94987d535 /modules/pkgs/sproxy2/http-conduit.nix
parent6ea2011f8a4b92418fc66fda7b5cd082275838b5 (diff)
downloadnixsap-98b9d61bc33b42699b70830fa5a77d8dfac3b30b.tar.gz
sproxy2: drop overrides
Fails to build with recent nixpkgs.
Diffstat (limited to 'modules/pkgs/sproxy2/http-conduit.nix')
-rw-r--r--modules/pkgs/sproxy2/http-conduit.nix29
1 files changed, 0 insertions, 29 deletions
diff --git a/modules/pkgs/sproxy2/http-conduit.nix b/modules/pkgs/sproxy2/http-conduit.nix
deleted file mode 100644
index 76d670e..0000000
--- a/modules/pkgs/sproxy2/http-conduit.nix
+++ /dev/null
@@ -1,29 +0,0 @@
-{ mkDerivation, aeson, base, blaze-builder, bytestring
-, case-insensitive, conduit, conduit-extra, connection, cookie
-, data-default-class, exceptions, hspec, http-client
-, http-client-tls, http-types, HUnit, lifted-base, monad-control
-, mtl, network, resourcet, stdenv, streaming-commons, temporary
-, text, time, transformers, utf8-string, wai, wai-conduit, warp
-, warp-tls
-}:
-mkDerivation {
- pname = "http-conduit";
- version = "2.2.3";
- sha256 = "1hqdzrr7vr2ylfjj61hayy9havhj5r2mym21815vzcvnzs01xrgf";
- libraryHaskellDepends = [
- aeson base bytestring conduit conduit-extra exceptions http-client
- http-client-tls http-types lifted-base monad-control mtl resourcet
- transformers
- ];
- testHaskellDepends = [
- aeson base blaze-builder bytestring case-insensitive conduit
- conduit-extra connection cookie data-default-class hspec
- http-client http-types HUnit lifted-base network resourcet
- streaming-commons temporary text time transformers utf8-string wai
- wai-conduit warp warp-tls
- ];
- doCheck = false;
- homepage = "http://www.yesodweb.com/book/http-conduit";
- description = "HTTP client package with conduit interface and HTTPS support";
- license = stdenv.lib.licenses.bsd3;
-}