mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Add haskellPackages.reverse-apply
This commit is contained in:
parent
6765d797ff
commit
ba574e54c5
14
pkgs/development/libraries/haskell/reverse-apply/default.nix
Normal file
14
pkgs/development/libraries/haskell/reverse-apply/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "reverse-apply";
|
||||
version = "2.0.1";
|
||||
sha256 = "0iw1j2xr5dy29a1bwcg7fqk3lv72izr0nhj31rn45w53py1367nb";
|
||||
meta = {
|
||||
description = "Standard version of the reverse apply operator";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -2153,6 +2153,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
reserve = callPackage ../development/libraries/haskell/reserve {};
|
||||
|
||||
reverse-apply = callPackage ../development/libraries/haskell/reverse-apply {};
|
||||
|
||||
rvar = callPackage ../development/libraries/haskell/rvar {};
|
||||
|
||||
reactiveBanana = callPackage ../development/libraries/haskell/reactive-banana {};
|
||||
|
Loading…
Reference in New Issue
Block a user