summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/BoundedChan/default.nix
blob: 1f4af9d6f713d00fb9395acc828099c82c1d58a6 (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 = "BoundedChan";
  version = "1.0.3.0";
  sha256 = "0vf4mlw08n056g5256cf46m5xsijng5gvjx7ccm4r132gznyl72k";
  meta = {
    description = "Implementation of bounded channels";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})