3
0
Fork 0
forked from mirrors/nixpkgs

haskell-IORefCAS: mark package as broken

This commit is contained in:
Peter Simons 2014-08-09 00:30:59 +02:00
parent faa33d58ce
commit 9d30110b2e

View file

@ -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 ];
};
})