summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cond/default.nix
blob: 64b62db5ba8fb33c076230815d54564ec2d6a2be (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 = "cond";
  version = "0.4.1";
  sha256 = "16xk8clsxv5qi5f745xvs44y8p8dnmlmjkjzwqz9jl8fbmkmki3b";
  meta = {
    homepage = "https://github.com/kallisti-dev/cond";
    description = "Basic conditional and boolean operators with monadic variants";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})