parent
023468ea2d
commit
46bbdad838
1 changed files with 3 additions and 0 deletions
|
@ -683,6 +683,9 @@ executable pandoc
|
|||
build-depends: base-compat >= 0.9
|
||||
if flag(static)
|
||||
ld-options: -static
|
||||
-- fully static builds are not possible on macos:
|
||||
if os(darwin)
|
||||
buildable: False
|
||||
default-language: Haskell2010
|
||||
other-extensions: NoImplicitPrelude
|
||||
hs-source-dirs: .
|
||||
|
|
Loading…
Add table
Reference in a new issue