summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/grid/default.nix
blob: 8826d3ca2b5af30ddb5332784df92dd3f6513a89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, cereal, QuickCheck, testFramework
, testFrameworkQuickcheck2
}:

cabal.mkDerivation (self: {
  pname = "grid";
  version = "7.6.7";
  sha256 = "1sdm47y9hbqn40bfi4fssnbrhksca7gdkgpqvz1gd2lqs729i1nf";
  buildDepends = [ cereal ];
  testDepends = [
    QuickCheck testFramework testFrameworkQuickcheck2
  ];
  doCheck = false;
  meta = {
    homepage = "https://github.com/mhwombat/grid";
    description = "Tools for working with regular grids (graphs, lattices)";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})