forked from mirrors/nixpkgs
haskell-IORefCAS: mark package as broken
This commit is contained in:
parent
faa33d58ce
commit
9d30110b2e
|
@ -13,6 +13,8 @@ cabal.mkDerivation (self: {
|
|||
description = "Atomic compare and swap for IORefs and STRefs";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue