about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/concurrent-extra/default.nix
blob: 34bcfdea1a4882d4d49ed870fefe054033d73903 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, async, baseUnicodeSymbols, HUnit, random, stm
, testFramework, testFrameworkHunit, unboundedDelays
}:

cabal.mkDerivation (self: {
  pname = "concurrent-extra";
  version = "0.7.0.8";
  sha256 = "0q6n7wlakvnvfrjr3zmxbn9i0dxq96071j565vffp0r5abxkn83q";
  buildDepends = [ baseUnicodeSymbols stm unboundedDelays ];
  testDepends = [
    async baseUnicodeSymbols HUnit random stm testFramework
    testFrameworkHunit unboundedDelays
  ];
  meta = {
    homepage = "https://github.com/basvandijk/concurrent-extra";
    description = "Extra concurrency primitives";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})