2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-09-05 19:37:35 +01:00
|
|
|
{ cabal, mtl, network, split }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "urlencoded";
|
2012-11-15 11:09:58 +00:00
|
|
|
version = "0.4.0";
|
|
|
|
sha256 = "0idh70apfxx8bkbsxda4xhb0b5xf4x237dwi4v55ildrhxx4b68k";
|
2012-09-05 19:37:35 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [ mtl network split ];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/pheaver/urlencoded";
|
|
|
|
description = "Generate or process x-www-urlencoded data";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-10-13 19:33:43 +01:00
|
|
|
broken = true;
|
2012-09-05 19:37:35 +01:00
|
|
|
};
|
|
|
|
})
|