packages feed

Cabal-1.18.0: tests/PackageTests/PathsModule/Executable/my.cabal

name: PathsModule
version: 0.1
license: BSD3
author: Johan Tibell
stability: stable
category: PackageTests
build-type: Simple
Cabal-version: >= 1.2

description:
    Check that the generated paths module compiles.

Executable TestPathsModule
    main-is: Main.hs
    other-modules: Paths_PathsModule
    build-depends: base