forked from mirrors/nixpkgs
26 lines
867 B
Nix
26 lines
867 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, HUnit, QuickCheck, testFramework, testFrameworkHunit
|
|
, testFrameworkQuickcheck2, transformers, transformersBase
|
|
, typeAligned, void
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "extensible-effects";
|
|
version = "1.9.0.1";
|
|
sha256 = "17hl4x4052jfn7xs6xhnc6d3x75a8haw2zsbnjd6rr5gsd1hq5kx";
|
|
buildDepends = [ transformers transformersBase typeAligned void ];
|
|
testDepends = [
|
|
HUnit QuickCheck testFramework testFrameworkHunit
|
|
testFrameworkQuickcheck2 void
|
|
];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "https://github.com/RobotGymnast/extensible-effects";
|
|
description = "An Alternative to Monad Transformers";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|