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-11-23 21:06:01 +01:00
|
|
|
version = "0.4.7.0";
|
|
|
|
sha256 = "03a9ix1fcx08viwv2jg5ndw1qbkydyyrmjvqr9wasmcik9x1wv3g";
|
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;
|
|
|
|
};
|
|
|
|
})
|