nixpkgs/pkgs/development/libraries/haskell/lattices/default.nix
2014-11-28 15:25:49 -05:00

15 lines
417 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "lattices";
version = "1.2.1.1";
sha256 = "0ppqvc3w7v56zya43b3fqwis50c8b57hlighzmk8jphv39y3ilp6";
meta = {
description = "Fine-grained library for constructing and manipulating lattices";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})