haskell-hpack: fix override for latest version

+1 -1
+1 -1
pkgs/development/haskell-modules/configuration-common.nix
··· 1003 # Newer hpack's needs newer HUnit, but we cannot easily override the version 1004 # used in the build, so we take the easy way out and disable the test suite. 1005 hpack_0_20_0 = dontCheck super.hpack_0_20_0; 1006 - hpack_0_21_0 = dontCheck super.hpack_0_21_0; 1007 1008 # Stack 1.6.1 needs newer versions than LTS-9 provides. 1009 stack = super.stack.overrideScope (self: super: {
··· 1003 # Newer hpack's needs newer HUnit, but we cannot easily override the version 1004 # used in the build, so we take the easy way out and disable the test suite. 1005 hpack_0_20_0 = dontCheck super.hpack_0_20_0; 1006 + hpack_0_21_2 = dontCheck super.hpack_0_21_2; 1007 1008 # Stack 1.6.1 needs newer versions than LTS-9 provides. 1009 stack = super.stack.overrideScope (self: super: {