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

{ cabal, mtl }:

cabal.mkDerivation (self: {
  pname = "thespian";
  version = "0.999";
  sha256 = "0z3cqjcf6xr0z7g3s1jszcs39w43sl0793gl0qm3dklbginqbcnn";
  buildDepends = [ mtl ];
  meta = {
    homepage = "http://bitbucket.org/alinabi/thespian";
    description = "Lightweight Erlang-style actors for Haskell";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})