From 19f1864eb317f048a2767dacf4e395272ccceaec Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 30 Aug 2022 14:25:18 +0200 Subject: [PATCH] blucontrols: allow building with finite-typelits 0.1.6.0 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 650e2577fe27..7beaaf8e70c7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2196,6 +2196,10 @@ self: super: { ''; }) super.recursion-schemes; + # 2022-08-30 Too strict bounds on finite-typelits + # https://github.com/jumper149/blucontrol/issues/1 + blucontrol = doJailbreak super.blucontrol; + # Fix from https://github.com/brendanhay/gogol/pull/144 which has seen no release # Can't use fetchpatch as it required tweaking the line endings as the .cabal # file revision on hackage was gifted CRLF line endings