cabal2nix: build with hpack 0.23

This commit is contained in:
Peter Simons 2018-01-29 12:20:08 +01:00
parent 94b6357dc5
commit 866a1ed2d5
2 changed files with 1 additions and 2 deletions

View File

@ -606,7 +606,7 @@ self: super: {
};
# Need newer versions of their dependencies than the ones we have in LTS-10.x.
cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_22_0; };
cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_23_0; };
hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_1; });
# https://github.com/bos/configurator/issues/22

View File

@ -2695,7 +2695,6 @@ extra-packages:
- haskell-gi-overloading == 0.0 # gi-* packages use this dependency to disable overloading support
- haskell-src-exts == 1.19.* # required by hindent and structured-haskell-mode
- hoogle == 5.0.14 # required by hie-hoogle
- hpack == 0.20.* # required by stack-1.6.1
- inline-c < 0.6 # required on GHC 8.0.x
- inline-c-cpp < 0.2 # required on GHC 8.0.x
- language-c == 0.7.0 # required by c2hs hack to work around https://github.com/haskell/c2hs/issues/192.