haskell-enummapset: jailbreak to fix build with recent versions of containers
This commit is contained in:
parent
e048994d58
commit
728ea66754
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.5.2.0";
|
version = "0.5.2.0";
|
||||||
sha256 = "065gxljrjw59rdf7abq0v0c29wg1ymg984ckixnjrcs1yks0c2js";
|
sha256 = "065gxljrjw59rdf7abq0v0c29wg1ymg984ckixnjrcs1yks0c2js";
|
||||||
buildDepends = [ deepseq ];
|
buildDepends = [ deepseq ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/michalt/enummapset";
|
homepage = "https://github.com/michalt/enummapset";
|
||||||
description = "IntMap and IntSet with Enum keys/elements";
|
description = "IntMap and IntSet with Enum keys/elements";
|
||||||
|
Loading…
Reference in New Issue
Block a user