1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-05 20:15:26 +03:00

Merge pull request #93 from kubek2k/fixing-build-on-darwin

Fixing the build on darwin by adding those magical ghc flags to clear the global db
This commit is contained in:
Nicolas Mattia 2019-06-16 16:08:43 +02:00 committed by GitHub
commit ed8c23faef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ with rec
''
repl() {
shopt -s globstar
ghci -Wall app/NivTest.hs src/**/*.hs
ghci -clear-package-db -global-package-db -Wall app/NivTest.hs src/**/*.hs
}
repl_niv() {