try to build all plugins

This commit is contained in:
Jon Doe
2020-09-12 23:56:49 +02:00
committed by Maciej Bonin
parent c9bdb637ce
commit 618d7f6cb4
7 changed files with 81 additions and 22 deletions

View File

@ -22,7 +22,9 @@ library
base >= 4.7 && < 5,
stm,
containers,
text
text,
plugins >= 1.6.0,
directory
ghc-options:
-O2
-threaded
@ -34,7 +36,9 @@ executable GypsFulvus
base >= 4.7 && < 5,
stm,
containers,
text
text,
plugins >= 1.6.0,
directory
ghc-options:
-O2
-threaded