* small fix for the generic Cabal builder
* added Crypto and pcre-light packages svn path=/nixpkgs/trunk/; revision=10250
This commit is contained in:
11
pkgs/development/libraries/haskell/Crypto/default.nix
Normal file
11
pkgs/development/libraries/haskell/Crypto/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "Crypto";
|
||||
version = "4.1.0";
|
||||
sha256 = "0984c833c5dfa6f4d56fd6fb284db7b7cef6676dc7999a1436aa856becba2b8f";
|
||||
meta = {
|
||||
description = "Several encryption algorithms for Haskell";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user