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