summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/lattices/default.nix
blob: d37b6d2e8832f8fd5f35381a1bb146b92fe3cd89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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;
  };
})