This commit is contained in:
parent
7c77c67037
commit
9465e5e048
1 changed files with 2 additions and 2 deletions
|
@ -599,7 +599,7 @@ benchmark weigh-pandoc
|
||||||
hs-source-dirs: prelude
|
hs-source-dirs: prelude
|
||||||
other-modules: Prelude
|
other-modules: Prelude
|
||||||
build-depends: base-compat >= 0.9
|
build-depends: base-compat >= 0.9
|
||||||
ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind
|
ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
other-extensions: NoImplicitPrelude
|
other-extensions: NoImplicitPrelude
|
||||||
|
|
||||||
|
@ -702,6 +702,6 @@ benchmark benchmark-pandoc
|
||||||
hs-source-dirs: prelude
|
hs-source-dirs: prelude
|
||||||
other-modules: Prelude
|
other-modules: Prelude
|
||||||
build-depends: base-compat >= 0.9
|
build-depends: base-compat >= 0.9
|
||||||
ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind
|
ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
other-extensions: NoImplicitPrelude
|
other-extensions: NoImplicitPrelude
|
||||||
|
|
Loading…
Reference in a new issue