mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 16:15:05 +00:00
22 lines
653 B
Nix
22 lines
653 B
Nix
# 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;
|
|
};
|
|
})
|