1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/Thrift/default.nix
2014-10-14 17:39:34 +02:00

18 lines
508 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, binary, HTTP, network }:
cabal.mkDerivation (self: {
pname = "Thrift";
version = "0.6.0.1";
sha256 = "0yk496zql0jpyj83ybdzffc03sylf5pwn093k831m99j54l2r5yv";
buildDepends = [ binary HTTP network ];
meta = {
homepage = "http://thrift.apache.org";
description = "Haskell bindings for the Apache Thrift RPC system";
license = "unknown";
platforms = self.ghc.meta.platforms;
broken = true;
};
})