pandoc.cabal: Remove profiling options from 'else' clause.

This commit is contained in:
John MacFarlane 2010-07-24 18:06:42 -07:00
parent 78d9af999f
commit f94173f6a1

View file

@ -173,7 +173,7 @@ Library
Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind
else
Ghc-Options: -O2 -Wall
Ghc-Prof-Options: -auto-all -caf-all
Ghc-Prof-Options: -auto-all -caf-all
Extensions: CPP
Hs-Source-Dirs: src
-- END DUPLICATED SECTION
@ -244,7 +244,7 @@ Executable pandoc
Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind
else
Ghc-Options: -O2 -Wall
Ghc-Prof-Options: -auto-all -caf-all
Ghc-Prof-Options: -auto-all -caf-all
Extensions: CPP
Hs-Source-Dirs: src
-- END DUPLICATED SECTION