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
Minor refactor: spell out max supported GHC once (#10663)
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Check
/
ConfiguredPackage
/
License
/
UnknownLicence
/
pkg.cabal
blob
70c973bc8e4cc607ec9c3d1e010eff50e3481509
1
cabal-version: 2.0
2
build-type: Custom
3
name: pkg
4
version: 0
5
category: example
6
maintainer: none@example.com
7
synopsis: synopsis
8
description: description
9
license: Illiberal
10
license-file: LICENSE
11
12
custom-setup
13
14
library
15
exposed-modules: Foo
16
default-language: Haskell2010