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
Merge pull request #10709 from Kleidukos/cabal-3.14.1.1-release-notes
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
ReexportedModules
/
p-fail-other
/
p.cabal
blob
07e4828abf2c6dc1221072da19a9f239a83a2e5f
1
name: p
2
version: 0.1.0.0
3
author: Edward Z. Yang
4
maintainer: ezyang@cs.stanford.edu
5
build-type: Simple
6
cabal-version: 1.22
7
8
library
9
exposed-modules: Public
10
other-modules: Private
11
build-depends: base
12
reexported-modules: Private as Reprivate
13
default-language: Haskell2010