mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
16 lines
445 B
Nix
16 lines
445 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, async, foldl, mvc }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "mvc-updates";
|
|
version = "1.2.0";
|
|
sha256 = "125bwc79qcmwb8dn8yqkrxlbqf3vwdzhjx66c69j2jbrp70061n6";
|
|
buildDepends = [ async foldl mvc ];
|
|
meta = {
|
|
description = "Concurrent and combinable updates";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|