Otherwise, I can't upload a package:
> Invalid package
>
> 'ghc-options: -Wall -Werror' makes the package very easy to break with future
> GHC versions because new GHC versions often add new warnings. Use just
> 'ghc-options: -Wall' instead. Alternatively, if you want to use this, make it
> conditional based on a Cabal configuration flag (with 'manual: True' and
> 'default: False') and enable that flag during development.
build-depends: base >=4.8 && <4.9
, docvim
- ghc-options: -W -Wall -Werror
+ ghc-options: -W -Wall
-- Directories containing source files.
hs-source-dirs: src
, Text.Docvim.Visitor.Section
, Text.Docvim.Visitor.Symbol
, Paths_docvim
- ghc-options: -W -Wall -Werror
+ ghc-options: -W -Wall
hs-source-dirs: lib
test-suite hlint
build-depends: base
, hlint
default-language: Haskell2010
- ghc-options: -W -Wall -Werror
+ ghc-options: -W -Wall
hs-source-dirs: tests
main-is: HLint.hs
type: exitcode-stdio-1.0
, Text.Docvim.Visitor.Section
, Text.Docvim.Visitor.Symbol
default-language: Haskell2010
- ghc-options: -W -Wall -Werror
+ ghc-options: -W -Wall
hs-source-dirs: tests
, lib
main-is: Tasty.hs