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 #10587 from 9999years/git-quiet
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
BuildTools
/
External
/
happy
/
happy.cabal
blob
0e95effb7019cd0a88f929d673a6b570680cb417
1
name: happy
2
version: 999.999.999
3
synopsis: Checks build-tools on legacy package name are put in PATH
4
license: BSD3
5
category: Testing
6
build-type: Simple
7
cabal-version: >=1.10
8
9
executable happy
10
main-is: MyCustomPreprocessor.hs
11
build-depends: base, directory
12
default-language: Haskell2010