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

cabal.mkDerivation (self : {
  pname = "safe";
  version = "0.2";
  sha256 = "73b9a247c3ba8092236c8c912687399778ff31bf3df42d707563a1528a6fc0e0";
  meta = {
    description = "Library for safe (pattern match free) functions";
    license = "BSD";
    maintainers = [self.stdenv.lib.maintainers.andres];
  };
})