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
Un-ignore .bat files
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
PathsModule
/
ImportQualifiedPost
/
my.cabal
blob
a5573b4c6e659ca764162d56ff77f5328eef462f
1
Cabal-version: 3.12
2
name: PathsModule
3
version: 0.1
4
license: BSD-3-Clause
5
author: Martijn Bastiaan
6
category: PackageTests
7
build-type: Simple
8
9
description:
10
Check that the generated paths module compiles.
11
12
Executable TestPathsModule
13
main-is: Main.hs
14
if impl(ghc >= 8.10.0)
15
ghc-options: -Werror -fwarn-prepositive-qualified-module
16
other-modules:
17
PackageInfo_PathsModule
18
Paths_PathsModule
19
build-depends: base