mirror of
https://github.com/nmattia/niv.git
synced 2024-11-29 09:42:35 +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:
commit
ed8c23faef
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user