summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/spawn/default.nix
blob: 010f51a5251a330d31ef97cd71cd8394005ebf90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "spawn";
  version = "0.3";
  sha256 = "0xkkl0w30rqif2jwdzjv239raly4yaf0116vkqcwh1i41jqn7ij8";
  meta = {
    description = "Tiny library for concurrent computations";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})