Revert "Use Default-extensions rather than ghc-options for NoImplicitPrelude."
This reverts commit 67cabb2a0d
.
This commit is contained in:
parent
384d03dcfe
commit
777d717d22
1 changed files with 4 additions and 8 deletions
12
pandoc.cabal
12
pandoc.cabal
|
@ -303,10 +303,9 @@ Library
|
|||
other-modules: Text.Pandoc.Data
|
||||
if os(windows)
|
||||
Cpp-options: -D_WINDOWS
|
||||
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
|
||||
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -XNoImplicitPrelude
|
||||
Ghc-Prof-Options: -fprof-auto-exported -rtsopts
|
||||
Default-Language: Haskell98
|
||||
Default-Extensions: NoImplicitPrelude
|
||||
Other-Extensions: PatternGuards, OverloadedStrings,
|
||||
ScopedTypeVariables, GeneralizedNewtypeDeriving,
|
||||
RelaxedPolyRec, DeriveDataTypeable, TypeSynonymInstances,
|
||||
|
@ -421,12 +420,11 @@ Executable pandoc
|
|||
Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6
|
||||
else
|
||||
Build-Depends: network >= 2 && < 2.6
|
||||
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
|
||||
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind -XNoImplicitPrelude
|
||||
Ghc-Prof-Options: -fprof-auto-exported -rtsopts -with-rtsopts=-K16m
|
||||
if os(windows)
|
||||
Cpp-options: -D_WINDOWS
|
||||
Default-Language: Haskell98
|
||||
Default-Extensions: NoImplicitPrelude
|
||||
Other-Extensions: PatternGuards, OverloadedStrings,
|
||||
ScopedTypeVariables, GeneralizedNewtypeDeriving,
|
||||
RelaxedPolyRec, DeriveDataTypeable, TypeSynonymInstances,
|
||||
|
@ -498,9 +496,8 @@ Test-Suite test-pandoc
|
|||
Tests.Writers.Docx
|
||||
Tests.Writers.RST
|
||||
Prelude
|
||||
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded
|
||||
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded -XNoImplicitPrelude
|
||||
Default-Language: Haskell98
|
||||
Default-Extensions: NoImplicitPrelude
|
||||
|
||||
benchmark benchmark-pandoc
|
||||
Type: exitcode-stdio-1.0
|
||||
|
@ -510,7 +507,6 @@ benchmark benchmark-pandoc
|
|||
base >= 4.2 && < 5,
|
||||
syb >= 0.1 && < 0.7,
|
||||
criterion >= 1.0 && < 1.2
|
||||
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
|
||||
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -XNoImplicitPrelude
|
||||
Default-Language: Haskell98
|
||||
Default-Extensions: NoImplicitPrelude
|
||||
Other-Modules: Prelude
|
||||
|
|
Loading…
Add table
Reference in a new issue