2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2010-08-25 14:08:32 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2010-08-25 14:08:32 +01:00
|
|
|
pname = "fingertree";
|
2012-09-03 13:20:15 +01:00
|
|
|
version = "0.0.1.1";
|
|
|
|
sha256 = "00llr24b2r539250fangl0jj39gf26gjwvhjpy5qg8l920hrjn78";
|
2010-08-25 14:08:32 +01:00
|
|
|
meta = {
|
|
|
|
description = "Generic finger-tree structure, with example instances";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 10:21:28 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2010-08-25 14:08:32 +01:00
|
|
|
};
|
|
|
|
})
|