repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(cabal check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
OrderFlags
/
my.cabal
blob
f0e5eaed670e4a0b5764e7aeb03b7ca2c23ed05d
1
name: OrderFlags
2
version: 0.1
3
license: BSD3
4
author: Oleksandr Manzyuk
5
stability: stable
6
category: PackageTests
7
build-type: Simple
8
cabal-version: >=1.10
9
10
description:
11
Check that Cabal correctly orders flags that are passed to GHC.
12
13
library
14
default-language: Haskell2010
15
exposed-modules: Foo
16
build-depends: base
17
18
ghc-options: -Wall -Werror
19
20
if impl(ghc >= 6.12.1)
21
ghc-options: -fno-warn-unused-do-bind