Skip to content

Commit 329fde9

Browse files
rdnetto4e6
authored andcommitted
Patched Nix file to build under NixOS 18.03
1 parent 0110a4f commit 329fde9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nix/haskell-packages/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ let
8787

8888
in callPackage (nixpkgs.path + "/pkgs/development/haskell-modules") {
8989
ghc = pkgs.haskell.compiler.ghc822;
90+
buildHaskellPackages = buildPackages.haskell.packages.ghc822;
9091
compilerConfig = self: extends pkgOverrides (stackageConfig self);
9192
initialPackages = stackagePackages;
9293
configurationCommon = args: self: super: {};

0 commit comments

Comments
 (0)