You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add haskell-nix.templateHaskell.ghcOptions
* Update overlays/armv6l-linux.nix
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update overlays/windows.nix
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Disable macOS ci for now
* Bump head.hackage
* Disable macOS ci for now
* Fix testWrapper type
* Simplify mingw_w64.nix
* Fix using hix `--command` and `--projectArgs` together
* Move libsodium fix into test/overlay.nix
* Fix iserv-proxy in dev shells
* Bump head.hackage
* Bump head.hackage
* Fix for musl
* Fix for ghcjs
* Better way to disable macOS
* Fix eval checks
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
# cryptonite-openssl.patches = pkgs.lib.optionals pkgs.stdenv.hostPlatform.isWindows [ ({ version }: if version == "0.7" then ./patches/cryptonite-openssl-0.7.patch else null) ];
33
-
34
-
# http-client.patches = pkgs.lib.optionals pkgs.stdenv.hostPlatform.isWindows [ ({ version }: if version == "0.5.14" then ./patches/http-client-0.5.14.patch else null) ];
35
-
36
-
# conduit.patches = pkgs.lib.optionals pkgs.stdenv.hostPlatform.isWindows [ ({ version }: if builtins.compareVersions version "1.3.1.1" < 0 then ./patches/conduit-1.3.0.2.patch else null) ];
0 commit comments