21 lines
695 B
Nix
21 lines
695 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, bifunctors, doctest, filepath, lens, QuickCheck
|
|
, semigroupoids, semigroups, transformers
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "validation";
|
|
version = "0.4.2";
|
|
sha256 = "0rsa3n3zawywbpi1gvhfrfglxf9mkmkidkc216ld3s02pmsdmclm";
|
|
buildDepends = [
|
|
bifunctors lens semigroupoids semigroups transformers
|
|
];
|
|
testDepends = [ doctest filepath QuickCheck ];
|
|
meta = {
|
|
homepage = "https://github.com/tonymorris/validation";
|
|
description = "A data-type like Either but with an accumulating Applicative";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|