Remove unsincere -dynamic flag
This commit is contained in:
parent
49f819c54c
commit
d4fb3eb778
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue