diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix index 7ecc15fce717..bc5e6fa8b9f2 100644 --- a/pkgs/development/haskell-modules/configuration-darwin.nix +++ b/pkgs/development/haskell-modules/configuration-darwin.nix @@ -244,4 +244,7 @@ self: super: { # https://github.com/typeclasses/dsv/issues/1 dsv = dontCheck super.dsv; + # https://github.com/acid-state/acid-state/issues/133 + acid-state = dontCheck super.acid-state; + }