haskell-HTTP: drop 4000.2.4
This commit is contained in:
parent
27cffbd3cb
commit
f766cd32ee
@ -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 ];
|
|
||||||
};
|
|
||||||
})
|
|
Loading…
x
Reference in New Issue
Block a user