1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Fix build and scripts on macOS

This commit is contained in:
Nicolas Mattia 2019-06-12 13:48:59 +02:00
parent 422a4d595b
commit 629bd8bb69
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,9 @@ ghc-options:
- -Wall
- -Werror
# For macOS: https://github.com/gibiansky/IHaskell/issues/942
- -optP-Wno-nonportable-include-path
dependencies:
- base
- text

View File

@ -3,6 +3,7 @@
#!nix-shell -I nixpkgs=./nix
#!nix-shell -p nix
#!nix-shell --pure
#!nix-shell --keep SSL_CERT_FILE
set -euo pipefail