haskellPackages adding multiset & filepath

svn path=/nixpkgs/trunk/; revision=16400
This commit is contained in:
Marc Weber
2009-07-16 15:18:24 +00:00
parent eccd5d5a41
commit a20dba3aec
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ cabal} :
cabal.mkDerivation (self : {
pname = "filepath";
version = "1.1.0.2";
sha256 = "1mkckshbpmgp7z97vc923x1qph8brqh9wcnb90kbv46bhiza277q";
propagatedBuildInputs = [];
meta = {
description = "Library for manipulating FilePath's in a cross platform way";
};
})