Skip to content

Commit

Permalink
Update cross-windows.nix (#107)
Browse files Browse the repository at this point in the history
* Update cross-windows.nix

* Update cross-windows.nix
  • Loading branch information
angerman authored Oct 18, 2023
1 parent 523d0f2 commit a2f3af3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cross-windows.nix
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ pkgs.pkgsBuildBuild.mkShell ({
(pkgs.pkgsBuildBuild.haskell-nix.tool compiler-nix-name "happy" "1.20.1.1")
(pkgs.pkgsBuildBuild.haskell-nix.tool compiler-nix-name "alex" "3.2.7.3")
stdenv.cc.cc.lib ])
++ map pkgs.lib.getDev (with pkgs; [
zlib pcre openssl
windows.mcfgthreads
windows.mingw_w64_pthreads
])
++ pkgs.lib.optional (withHLS && (compiler-not-in (pkgs.lib.optional (pkgs.stdenv.hostPlatform.isDarwin && pkgs.stdenv.hostPlatform.isAarch64) "ghc902") "Haskell Language Server")) (tool "haskell-language-server")
++ pkgs.lib.optional (withHlint && (compiler-not-in (["ghc961" "ghc962"] ++ pkgs.lib.optional (pkgs.stdenv.hostPlatform.isDarwin && pkgs.stdenv.hostPlatform.isAarch64) "ghc902") "HLint")) (tool "hlint")
++ pkgs.lib.optional withIOG
Expand Down

0 comments on commit a2f3af3

Please sign in to comment.