Remove unsincere -dynamic flag

This commit is contained in:
Tissevert 2020-12-09 12:16:23 +01:00
parent 49f819c54c
commit d4fb3eb778
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ executable hablo
build-depends: base >= 4.9.1 && < 4.15
, hablo
, mtl >= 2.2.2 && < 2.3
ghc-options: -Wall -dynamic
ghc-options: -Wall
default-language: Haskell2010
test-suite tests