cabal-plan: fix build by applying https://github.com/haskell-hvr/cabal-plan/pull/16

+6
+6
pkgs/development/haskell-modules/configuration-common.nix
··· 959 959 # https://github.com/yesodweb/Shelly.hs/issues/162 960 960 shelly = dontCheck super.shelly; 961 961 962 + # Support ansi-terminal 0.7.x. 963 + cabal-plan = appendPatch super.cabal-plan (pkgs.fetchpatch { 964 + url = "https://github.com/haskell-hvr/cabal-plan/pull/16.patch"; 965 + sha256 = "0i889zs46wn09d7iqdy99201zaqxb175cfs8jz2zi3mv4ywx3a0l"; 966 + }); 967 + 962 968 }