mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-these: jailbreak to fix build with recent semigroups
This commit is contained in:
parent
b8f0602b5c
commit
268433f6e5
|
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
|||
bifunctors mtl profunctors semigroupoids semigroups transformers
|
||||
vector
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/isomorphism/these";
|
||||
description = "An either-or-both data type, with corresponding hybrid error/writer monad transformer";
|
||||
|
|
Loading…
Reference in a new issue