aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/sproxy2/http-client-tls.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pkgs/sproxy2/http-client-tls.nix')
-rw-r--r--modules/pkgs/sproxy2/http-client-tls.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/pkgs/sproxy2/http-client-tls.nix b/modules/pkgs/sproxy2/http-client-tls.nix
deleted file mode 100644
index b89489f..0000000
--- a/modules/pkgs/sproxy2/http-client-tls.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ mkDerivation, base, bytestring, case-insensitive, connection
-, cryptonite, data-default-class, exceptions, hspec, http-client
-, http-types, memory, network, stdenv, tls, transformers
-}:
-mkDerivation {
- pname = "http-client-tls";
- version = "0.3.3";
- sha256 = "0r50h7lhrwmxcmiq5nw1rxnpda3k6mhz4jsd86m56ymai5lnf77c";
- libraryHaskellDepends = [
- base bytestring case-insensitive connection cryptonite
- data-default-class exceptions http-client http-types memory network
- tls transformers
- ];
- testHaskellDepends = [ base hspec http-client http-types ];
- homepage = "https://github.com/snoyberg/http-client";
- description = "http-client backend using the connection package and tls library";
- license = stdenv.lib.licenses.mit;
-}