From f766cd32ee1bf6be01f8a7962c478783d45cec54 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 17 Sep 2012 16:09:09 +0200 Subject: [PATCH] haskell-HTTP: drop 4000.2.4 --- .../libraries/haskell/HTTP/4000.2.4.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 pkgs/development/libraries/haskell/HTTP/4000.2.4.nix diff --git a/pkgs/development/libraries/haskell/HTTP/4000.2.4.nix b/pkgs/development/libraries/haskell/HTTP/4000.2.4.nix deleted file mode 100644 index 6f7b57ba64c..00000000000 --- a/pkgs/development/libraries/haskell/HTTP/4000.2.4.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ cabal, mtl, network, parsec }: - -cabal.mkDerivation (self: { - pname = "HTTP"; - version = "4000.2.4"; - sha256 = "1riqz69mnzl2xnbkk8s798xkizvcly3hcpigshbhpa57q016labi"; - buildDepends = [ mtl network parsec ]; - meta = { - homepage = "https://github.com/haskell/HTTP"; - description = "A library for client-side HTTP"; - license = self.stdenv.lib.licenses.bsd3; - platforms = self.ghc.meta.platforms; - maintainers = [ self.stdenv.lib.maintainers.andres ]; - }; -})