Un-ignore .bat files
[cabal.git] / cabal-testsuite / PackageTests / PathsModule / Executable-Relocatable / my.cabal
blobe1bcba8ba4fff73ead977f980735ec7e843ed0d7
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
10 description:
11     Check that the generated paths module compiles.
13 Executable TestPathsModule
14     main-is: Main.hs
15     other-modules:
16         PackageInfo_PathsModule
17         Paths_PathsModule
18     build-depends: base