Files
setup-haskell/__tests__/project/project.cabal
Jared Weakly 28eaec6120 Verify Cabal functionality for various installs
This patch adds functionality to

* Test cabal build and cabal run in the CI workflow
* Test GHC 7.10.3 on Linux and ensures that it works
* On Linux, try hvr's PPA before ghcup
2020-03-30 08:24:21 -07:00

10 lines
228 B
Plaintext

cabal-version: >=1.10
name: project
version: 0.1.0.0
build-type: Simple
executable project
main-is: Main.hs
build-depends: base
default-language: Haskell2010