nixpkgs/pkgs/development/libraries/haskell/data-ordlist/default.nix
2014-04-12 10:22:37 -05:00

12 lines
320 B
Nix

{ cabal }:
cabal.mkDerivation (self: {
pname = "data-ordlist";
version = "0.4.6";
sha256 = "13gsvqifwlxcz10x704fy26288l0km2kfdlh4w9hl31a9vd427sx";
meta = {
description = "Set and bag operations on ordered lists";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})