add more useless include paths

This commit is contained in:
Jon Doe
2020-09-22 11:50:39 +02:00
committed by Maciej Bonin
parent acb4abe9ac
commit a8b67daa05
2 changed files with 5 additions and 3 deletions

View File

@ -26,7 +26,8 @@ library
plugins >= 1.6.0,
directory,
hashable,
monad-parallel
monad-parallel,
haskeline
ghc-options:
-O2
-threaded
@ -43,7 +44,8 @@ executable GypsFulvus
plugins >= 1.6.0,
directory,
hashable,
monad-parallel
monad-parallel,
haskeline
ghc-options:
-O2
-threaded