Use new UnqualComponentName newtype instead of String
[cabal.git] / cabal.project.travis
blob300a364f38bc7b5cb2236670b7d4c46e0bad27fd
1 -- Force error messages to be better
2 -- Parallel new-build error messages are non-existent.
3 -- Turn off parallelization to get good errors.
4 jobs: 1
6 -- The -fno-warn-orphans is a hack to make Cabal-1.24
7 -- build properly (unfortunately the flags here get applied
8 -- to the dependencies too!)
9 package Cabal
10   ghc-options: -Werror -fno-warn-orphans
12 package cabal-install
13   ghc-options: -Werror