1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

haskell-filepath: updated to version 1.2.0.0

svn path=/nixpkgs/trunk/; revision=28350
This commit is contained in:
Peter Simons 2011-08-07 22:03:16 +00:00
parent ac4fa33ad3
commit 1015675c78

View file

@ -1,12 +1,14 @@
{ cabal} :
{cabal} :
cabal.mkDerivation (self : {
pname = "filepath";
version = "1.1.0.2";
sha256 = "1mkckshbpmgp7z97vc923x1qph8brqh9wcnb90kbv46bhiza277q";
propagatedBuildInputs = [];
version = "1.2.0.0";
sha256 = "14jji7byjlkzsylsnqwfsiw5vsc7nlaisqabzcw9f7nhrxkq2n20";
meta = {
description = "Library for manipulating FilePath's in a cross platform way";
homepage = "http://www-users.cs.york.ac.uk/~ndm/filepath/";
description = "Library for manipulating FilePaths in a cross platform way.";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.haskellPlatforms;
maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})