packages feed

Cabal-3.4.0.0: tests/ParserTests/regressions/common2.format

cabal-version: 2.2
name:          common
version:       0
synopsis:      Common-stanza demo demo
build-type:    Simple

source-repository head
    type:     git
    location: https://github.com/hvr/-.git

library
    exposed-modules:  ElseIf
    default-language: Haskell2010
    build-depends:
        base >=4.10 && <4.11,
        containers,
        ghc-prim

    if os(windows)
        build-depends: Win32

library internal
    exposed-modules:  ElseIf2
    default-language: Haskell2010
    build-depends:
        base >=4.10 && <4.11,
        containers,
        ghc-prim

    if os(windows)
        build-depends: Win32

test-suite tests
    type:          exitcode-stdio-1.0
    main-is:       Tests.hs
    build-depends:
        base >=4.10 && <4.11,
        containers,
        HUnit

    if os(windows)
        build-depends: Win32

    if os(windows)
        build-depends: Win32

    if os(windows)
        buildable: False