Skip to content

Commit

Permalink
removed redundant cpphs on parsley (needed only on core)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Aug 25, 2023
1 parent bad43e0 commit bae8982
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions parsley/parsley.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,9 @@ common test-common
parsley-core,
tasty,
template-haskell
build-tool-depends: cpphs:cpphs >= 1.18.8 && < 1.21
other-extensions: TemplateHaskellQuotes, TemplateHaskell
hs-source-dirs: test
default-language: Haskell2010
ghc-options: -pgmP cpphs -optP --cpp
other-modules: TestUtils
if false && impl(ghc < 9)
build-depends: dump-core
Expand Down Expand Up @@ -144,12 +142,11 @@ common benchmark-common
mtl,
array,
containers
build-tool-depends: cpphs:cpphs >= 1.18.8 && < 1.21
hs-source-dirs: benchmarks
other-extensions: TemplateHaskellQuotes, TemplateHaskell
other-modules: Shared.BenchmarkUtils, Shared.Attoparsec.Extended, Shared.Megaparsec.Extended, Shared.Parsec.Extended
default-language: Haskell2010
ghc-options: -rtsopts -pgmP cpphs -optP --cpp -ddump-splices -ddump-to-file
ghc-options: -rtsopts -ddump-splices -ddump-to-file
if false && impl(ghc < 9)
build-depends: dump-core
ghc-options: -fplugin=DumpCore
Expand Down

0 comments on commit bae8982

Please sign in to comment.