Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git] / cabal-testsuite / PackageTests / Check / PackageFiles / ExtensionMatch / pkg.cabal
blob86a249bd76c1c0908d6c16614416a15284480460
1 cabal-version: 2.0
2 build-type: Simple
3 name: pkg
4 synopsis: synopsis
5 description: description
6 version: 0
7 category: example
8 maintainer: none@example.com
9 license: GPL-3
10 extra-doc-files: ***.html
11 license-file: LICENSE
13 library
14   exposed-modules: Foo
15   default-language: Haskell2010