summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/list-t/default.nix
blob: 9df455650f5d33e3219cbe2e869195681a67bab6 (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.3.0";
  sha256 = "091gz47gisajd2p0iwx0mw99bivfl7wpyddg1ypsvjv2qax94cm9";
  buildDepends = [
    basePrelude mmorph monadControl transformers transformersBase
  ];
  testDepends = [ basePrelude HTF 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;
  };
})