haskell-setlocale: jailbreak to fix ghc 8.4.1 build

+3
+3
pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
··· 803 803 sha256 = "179vkn6jimiy64dwyam04x8v981l3pfrq3ig97600vnkns3v8i6a"; 804 804 }); 805 805 806 + # https://bitbucket.org/IchUndNichtDu/haskell-setlocale/issues/1/please-allow-base-412-from-ghc-841 807 + setlocale = doJailbreak super.setlocale; 808 + 806 809 }