name: a
version: 1.0.0
build-type: Simple
cabal-version: >= 1.2

library
  build-depends: base, async >= 2.0
  exposed-modules: A
  hs-source-dirs: .