mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
haskell-monoid-extras: jailbreak to fix build with recent semigroups library
This commit is contained in:
parent
6084c9474d
commit
589a3fc024
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||
version = "0.3.2.0";
|
||||
sha256 = "0yhb55v0a2221xbpbm8jiqzqvps0lab5n8iakpq69ndr2l0d2r3x";
|
||||
buildDepends = [ groupoids groups semigroupoids semigroups ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Various extra monoid-related definitions and utilities";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user