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
/
Executable-Relocatable
/
my.cabal
blob
e1bcba8ba4fff73ead977f980735ec7e843ed0d7
1
Cabal-version: 3.12
2
name: PathsModule
3
version: 0.1
4
license: BSD-3-Clause
5
author: Johan Tibell
6
stability: stable
7
category: PackageTests
8
build-type: Simple
9
10
description:
11
Check that the generated paths module compiles.
12
13
Executable TestPathsModule
14
main-is: Main.hs
15
other-modules:
16
PackageInfo_PathsModule
17
Paths_PathsModule
18
build-depends: base