diff options
-rw-r--r-- | pandoc.cabal | 9 | ||||
-rw-r--r-- | stack.yaml | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 11dada132..a065d7459 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -376,10 +376,6 @@ source-repository head type: git location: git://github.com/jgm/pandoc.git -flag static - Description: Use static linking for pandoc executable. - Default: False - flag embed_data_files Description: Embed data files in binary for relocatable executable. Default: False @@ -681,11 +677,6 @@ executable pandoc hs-source-dirs: prelude other-modules: Prelude 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: . diff --git a/stack.yaml b/stack.yaml index 420a610b7..16f56c9d4 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,7 +2,6 @@ flags: pandoc: trypandoc: false embed_data_files: true - static: false packages: - '.' extra-deps: |