Warning, /frameworks/syntax-highlighting/autotests/folding/highlight.cabal.fold is written in an unsupported language. File is not indexed.

0001 name:     Foo             
0002 version:  1.0
0003 
0004 if(os(darwin))
0005   optimization: False
0006 elif(os(freebsd))
0007   packages: freebsd/*.cabal
0008 else
0009   optimization: True
0010 
0011 import: https://some.remote.source/subdir/cabal.config
0012 
0013 import: relativepath/extra-project.project
0014 -- bla bla
0015 
0016 import: /absolutepath/some-project.project
0017 
0018 tested-with: GHC == 9.0.1
0019            , GHC == 8.10.4 -- bla bla
0020            , GHC == 8.8.4
0021 
0022 tested-with:
0023   GHC == 9.0.1
0024   GHC == 8.10.4
0025 
0026 tested-with: GHC == { 9.0.1, 8.10.4, 8.8.4 }
0027 
0028 library attoparsec
0029   build-depends:
0030     , base         ^>= 4.11.1.0
0031     , bytestring   ^>= 0.10.2.0
0032 
0033 cabal-version: 3.0
0034 name: haddock-library
0035 version: 1.6.0
0036 license: BSD-3-Clause
0037 
0038 test-suite foo
0039   type: exitcode-stdio-1.0
0040 
0041 -- bla bla
0042 library
0043   build-depends:
0044     , base         ^>= 4.11.1.0
0045     , containers   ^>= 0.4.2.1 || ^>= 0.5.0.0
0046 
0047 library
0048   default-language: Haskell2010
0049   build-depends:    base >= 4 && < 5
0050   exposed-modules:  Foo
0051   extensions:       ForeignFunctionInterface
0052   ghc-options:      -Wall 
0053   if os(windows)
0054     build-depends: Win32 >= 2.1 && < 2.6