summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/extensible-effects/default.nix
blob: 0c743df4a162a1a047cf83eeb8807642444eeac1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, HUnit, QuickCheck, testFramework, testFrameworkHunit
, testFrameworkQuickcheck2, transformers, transformersBase
}:

cabal.mkDerivation (self: {
  pname = "extensible-effects";
  version = "1.7.1";
  sha256 = "1i7bmyga63svnky03f5xvz63795pjsqp3x7rn9amj55yj11fmp05";
  buildDepends = [ transformers transformersBase ];
  testDepends = [
    HUnit QuickCheck testFramework testFrameworkHunit
    testFrameworkQuickcheck2
  ];
  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 ];
  };
})