cabal-version: 2.2 -- Initial package description 'hw-ci-test.cabal' generated by 'cabal -- init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: hw-ci-test-b version: 0.1.0.0 synopsis: One of the multi-projects that tests CI description: One of the multi-projects that tests CI. -- bug-reports: license: MIT license-file: LICENSE author: alexeyraga maintainer: alexey.raga@gmail.com -- copyright: category: Testing extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/haskell-works/hw-ci-test library exposed-modules: AppMain -- other-modules: -- other-extensions: build-depends: base ^>=4.12.0.0 hs-source-dirs: src default-language: Haskell2010 executable hw-ci-test-b main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.7 && <5 , hw-ci-test-b hs-source-dirs: app default-language: Haskell2010