haskell-boxes: apply patch to fix build with GHC 8.4.1

+6
+6
pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
··· 797 797 # https://github.com/pikajude/stylish-cabal/issues/6 798 798 stylish-cabal = dontHaddock super.stylish-cabal; 799 799 800 + # https://github.com/treeowl/boxes/issues/29 801 + boxes = appendPatch super.boxes (pkgs.fetchpatch 802 + { url = https://github.com/asr/boxes/commit/f03e16cb8677a9d85687c641fe27a87e6fd94d54.patch; 803 + sha256 = "179vkn6jimiy64dwyam04x8v981l3pfrq3ig97600vnkns3v8i6a"; 804 + }); 805 + 800 806 }