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

{ cabal, basePrelude, HTF, mmorph, monadControl, mtlPrelude
, transformers, transformersBase
}:

cabal.mkDerivation (self: {
  pname = "list-t";
  version = "0.4.2";
  sha256 = "0n6zc7n5znjas9mgh3a9bn44xv55910i6c3b2l83n4pl9fnad03v";
  buildDepends = [
    basePrelude mmorph monadControl transformers transformersBase
  ];
  testDepends = [ basePrelude HTF mmorph mtlPrelude ];
  meta = {
    homepage = "https://github.com/nikita-volkov/list-t";
    description = "ListT done right";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})