15 lines
397 B
Nix
15 lines
397 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "data-ordlist";
|
|
version = "0.4.7.0";
|
|
sha256 = "03a9ix1fcx08viwv2jg5ndw1qbkydyyrmjvqr9wasmcik9x1wv3g";
|
|
meta = {
|
|
description = "Set and bag operations on ordered lists";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|