about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/ListLike/default.nix
blob: 83aeeb88f8774aa312f879feed9fc2303a2632db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{cabal}:

cabal.mkDerivation (self : {
  pname = "ListLike";
  version = "3.0.1";
  sha256 = "1366ipy33fphjjk583c62rsyfwh36i5lbnip1v8r089c9glvwkxf";
  meta = {
    description = "Generic support for list-like structures";
    license = "BSD";
    maintainers = [self.stdenv.lib.maintainers.andres];
  };
})