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
10 lines
228 B
Plaintext
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
|