1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/mvc-updates/default.nix
2014-12-05 14:25:50 +01:00

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;
};
})