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