haskell-bv: mark broken

Doesn't build on 7.8.3 duo to Typeable module changes
This commit is contained in:
Mateusz Kowalczyk 2014-08-10 23:01:04 +02:00 committed by Peter Simons
parent 06d8dfaf40
commit 2c4b5ab65d

View File

@ -13,5 +13,7 @@ cabal.mkDerivation (self: {
description = "Bit-vector arithmetic library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})