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
/
ReexportedModules
/
containers-dupe
/
containers-dupe.cabal
blob
6f1cd7b3417afa8a24fa21f6e9c98c72596ee475
1
name: containers-dupe
2
version: 0.1.0.0
3
license: BSD3
4
author: Edward Z. Yang
5
maintainer: ezyang@cs.stanford.edu
6
build-type: Simple
7
cabal-version: >=1.10
8
9
library
10
exposed-modules: Data.Map
11
build-depends: base
12
default-language: Haskell2010