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

{ cabal, binary, rank1dynamic }:

cabal.mkDerivation (self: {
  pname = "distributed-static";
  version = "0.3.0.0";
  sha256 = "1g8jr01jxlfshsz3mrpzl21q290whwz4va3zjp1h0d1pnfwz6jcj";
  buildDepends = [ binary rank1dynamic ];
  meta = {
    homepage = "http://haskell-distributed.github.com";
    description = "Compositional, type-safe, polymorphic static values and closures";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})