2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2009-07-16 15:18:24 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-16 15:18:24 +00:00
|
|
|
pname = "filepath";
|
2012-02-03 19:06:18 +00:00
|
|
|
version = "1.3.0.0";
|
|
|
|
sha256 = "1v5affq82b4fypm49d5sradcx4ymgmkac563vfx483pmyl73i5jl";
|
2009-07-16 15:18:24 +00:00
|
|
|
meta = {
|
2011-08-07 22:03:16 +00:00
|
|
|
homepage = "http://www-users.cs.york.ac.uk/~ndm/filepath/";
|
2011-08-11 13:03:51 +00:00
|
|
|
description = "Library for manipulating FilePaths in a cross platform way";
|
2011-08-07 22:03:16 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 10:21:28 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-07-16 15:18:24 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|