haskellPackages adding multiset & filepath
svn path=/nixpkgs/trunk/; revision=16400
This commit is contained in:
12
pkgs/development/libraries/haskell/filepath/default.nix
Normal file
12
pkgs/development/libraries/haskell/filepath/default.nix
Normal 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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user