2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-12 17:15:39 +02:00
|
|
|
{ cabal }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "data-ordlist";
|
2014-04-28 19:17:17 +02:00
|
|
|
version = "0.4.6.1";
|
|
|
|
sha256 = "1qrvyin5567br99zfip7krdy6snnbm5z5jdi6ghmk0cfmhmyrwy3";
|
2014-04-12 17:15:39 +02:00
|
|
|
meta = {
|
|
|
|
description = "Set and bag operations on ordered lists";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|