Cabal-3.2.1.0: tests/ParserTests/regressions/version-sets.cabal
cabal-version: 3.0
name: version-sets
version: 0
synopsis: version set notation
tested-with: GHC == { 8.6.3, 8.4.4, 8.2.2, 8.0.2, 7.10.3, 7.8.4, 7.6.3, 7.4.2 }
library
default-language: Haskell2010
build-depends: network ^>= {0}
build-depends: base == {1}, base == { 1 }, base == {1,2}, base == {1.2}, base == {1.2,3.4}
build-depends: ghc == {
8.6.3
,
8.4.4 ,8.2.2 ,
8.0.2,7.10.3
, 7.8.4, 7.6.3, 7.4.2
}
build-depends: Cabal ^>= { 2.4.1.1, 2.2.0.0 }