2011-03-13 09:46:54 +01:00
|
|
|
{cabal, failure, monadPeel, transformers}:
|
2010-09-13 12:30:54 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "neither";
|
2011-03-13 09:46:54 +01:00
|
|
|
version = "0.2.0";
|
|
|
|
sha256 = "0a2lyx3dvgzj4g6p69x1fma4rmwxrykji3hc4diqgc4hx02p16jh";
|
2010-09-13 12:30:54 +02:00
|
|
|
propagatedBuildInputs = [
|
2011-03-13 09:46:54 +01:00
|
|
|
failure monadPeel transformers
|
2010-09-13 12:30:54 +02:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
description = "A simple type class for success/failure computations";
|
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
|
|
|
})
|