Skip to content

Commit

Permalink
haskell: add lattices package
Browse files Browse the repository at this point in the history
  • Loading branch information
rrnewton committed Nov 28, 2014
1 parent c37611f commit 0b65ed3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/development/libraries/haskell/lattices/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,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;
};
})
2 changes: 2 additions & 0 deletions pkgs/top-level/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in

largeword = callPackage ../development/libraries/haskell/largeword {};

lattices = callPackage ../development/libraries/haskell/lattices {};

lazysmallcheck = callPackage ../development/libraries/haskell/lazysmallcheck {};

lens = callPackage ../development/libraries/haskell/lens {};
Expand Down

0 comments on commit 0b65ed3

Please sign in to comment.