2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-10-20 16:06:40 +02:00
|
|
|
{ cabal, hspec, HUnit, QuickCheck, text, time }:
|
2011-08-08 00:00:36 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-08 00:00:36 +02:00
|
|
|
pname = "path-pieces";
|
2014-07-18 12:22:53 +02:00
|
|
|
version = "0.1.4";
|
|
|
|
sha256 = "1fxhp4bk88km7z1rdpify7l38li5k21qxw3vgcmq9b6bblvz6y2v";
|
2012-04-03 08:31:11 +02:00
|
|
|
buildDepends = [ text time ];
|
2013-10-20 16:06:40 +02:00
|
|
|
testDepends = [ hspec HUnit QuickCheck text ];
|
2011-08-08 00:00:36 +02:00
|
|
|
meta = {
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "Components of paths";
|
2011-08-08 00:00:36 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-08 00:00:36 +02:00
|
|
|
};
|
|
|
|
})
|