Added Haskell packages css-text, http-date, and pwstore-fast.
svn path=/nixpkgs/trunk/; revision=28447
This commit is contained in:
18
pkgs/development/libraries/haskell/css-text/default.nix
Normal file
18
pkgs/development/libraries/haskell/css-text/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ cabal, attoparsecText, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "css-text";
|
||||
version = "0.1.0";
|
||||
sha256 = "1yns9qm817ga9vsf75maai1fyqds9svawf8xsc2fq5wlicvb3h6n";
|
||||
buildDepends = [ attoparsecText text ];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/";
|
||||
description = "CSS parser and renderer.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
17
pkgs/development/libraries/haskell/http-date/default.nix
Normal file
17
pkgs/development/libraries/haskell/http-date/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ cabal, attoparsec }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "http-date";
|
||||
version = "0.0.0";
|
||||
sha256 = "0jia05636xk9k70hqjjiny5298pkb8g7mck7zybfwvigi1fppa46";
|
||||
buildDepends = [ attoparsec ];
|
||||
meta = {
|
||||
description = "HTTP Date parser/formatter";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
18
pkgs/development/libraries/haskell/pwstore-fast/default.nix
Normal file
18
pkgs/development/libraries/haskell/pwstore-fast/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ cabal, base64Bytestring, cryptohash }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pwstore-fast";
|
||||
version = "2.1";
|
||||
sha256 = "1gslxmipv3khv6fp6k62ip7fjn0jchzkhsqcdd8yrrkk8pdqdkya";
|
||||
buildDepends = [ base64Bytestring cryptohash ];
|
||||
meta = {
|
||||
homepage = "https://github.com/PeterScott/pwstore";
|
||||
description = "Secure password storage.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user