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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "safe";
  version = "0.3.7";
  sha256 = "0rw8mjarwl7rwc6fczq0zxlp1nlb6r1rk71whwziwi032hgc8561";
  meta = {
    homepage = "http://community.haskell.org/~ndm/safe/";
    description = "Library of safe (exception free) functions";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})