packages feed

hackport-0.8.0.0: cabal/Cabal-tests/tests/ParserTests/errors/common2.cabal

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

-- Used before use
common deps
  import: windows
  build-depends:
    base >=4.10 && <4.11,
    containers

common windows
  if os(windows)
    build-depends: Win32

library
  import: deps

  default-language: Haskell2010
  exposed-modules:  ElseIf

  build-depends:
    ghc-prim