haskell-Thrift: broken by update to network 2.6.x

This commit is contained in:
Peter Simons 2014-10-14 15:54:44 +02:00
parent 64497470b5
commit 7acbbbfab8

View file

@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
description = "Haskell bindings for the Apache Thrift RPC system";
license = "unknown";
platforms = self.ghc.meta.platforms;
broken = true;
};
})