tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cabal2nix: build with hpack 0.23
Peter Simons
8 years ago
866a1ed2
94b6357d
+1
-2
2 changed files
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
configuration-hackage2nix.yaml
+1
-1
pkgs/development/haskell-modules/configuration-common.nix
···
606
606
};
607
607
608
608
# Need newer versions of their dependencies than the ones we have in LTS-10.x.
609
609
-
cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_22_0; };
609
609
+
cabal2nix = super.cabal2nix.override { hpack = self.hpack_0_23_0; };
610
610
hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_20_1; });
611
611
612
612
# https://github.com/bos/configurator/issues/22
-1
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
···
2695
2695
- haskell-gi-overloading == 0.0 # gi-* packages use this dependency to disable overloading support
2696
2696
- haskell-src-exts == 1.19.* # required by hindent and structured-haskell-mode
2697
2697
- hoogle == 5.0.14 # required by hie-hoogle
2698
2698
-
- hpack == 0.20.* # required by stack-1.6.1
2699
2698
- inline-c < 0.6 # required on GHC 8.0.x
2700
2699
- inline-c-cpp < 0.2 # required on GHC 8.0.x
2701
2700
- language-c == 0.7.0 # required by c2hs hack to work around https://github.com/haskell/c2hs/issues/192.