Added Rest For Haskell and dependencies (rest-core, rest-types, rest-snap etc...)
This commit is contained in:
15
pkgs/development/libraries/haskell/uri-encode/default.nix
Normal file
15
pkgs/development/libraries/haskell/uri-encode/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ cabal, network, text, utf8String }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "uri-encode";
|
||||
version = "1.5.0.2";
|
||||
sha256 = "1lsj9y3sw9wlpsw7j20frvv9a165mcqx7x7vrp2gamka1120pkym";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ network text utf8String ];
|
||||
meta = {
|
||||
description = "Unicode aware uri-encoding";
|
||||
license = "unknown";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user