haskell-bv: mark broken
Doesn't build on 7.8.3 duo to Typeable module changes
This commit is contained in:
parent
06d8dfaf40
commit
2c4b5ab65d
@ -13,5 +13,7 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Bit-vector arithmetic library";
|
description = "Bit-vector arithmetic library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user