mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
haskell-list-t: add version 0.3.0
This commit is contained in:
parent
f514804aad
commit
17589d33da
21
pkgs/development/libraries/haskell/list-t/default.nix
Normal file
21
pkgs/development/libraries/haskell/list-t/default.nix
Normal file
@ -0,0 +1,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;
|
||||
};
|
||||
})
|
@ -1580,6 +1580,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
lists = callPackage ../development/libraries/haskell/lists {};
|
||||
|
||||
listT = callPackage ../development/libraries/haskell/list-t {};
|
||||
|
||||
listExtras = callPackage ../development/libraries/haskell/listExtras {};
|
||||
|
||||
listTries = callPackage ../development/libraries/haskell/list-tries {};
|
||||
|
Loading…
Reference in New Issue
Block a user