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

{ cabal, failure }:

cabal.mkDerivation (self: {
  pname = "attempt";
  version = "0.4.0.1";
  sha256 = "1gvq04ds62kk88r2210mxd1fggp6vf5p8j5hci9vqkkss1hy9rxh";
  buildDepends = [ failure ];
  meta = {
    homepage = "http://github.com/snoyberg/attempt/tree/master";
    description = "Concrete data type for handling extensible exceptions as failures. (deprecated)";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})