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 #9898 from haskell/mergify/bp/3.12/pr-9865
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
RelativePathProjectImports
/
main.cabal
blob
31ec343a575e931095dd2d389406fca8c8eb0504
1
cabal-version: 3.0
2
3
name: main
4
version: 0.1
5
build-type: Simple
6
category: Test
7
maintainer: Joe
8
synopsis: Test input
9
description: Test input
10
license: BSD-3-Clause
11
12
library
13
exposed-modules: Lib
14
build-depends: base > 4, dep >= 0.1, dep2
15
default-language: Haskell2010