cabal.project: Add a cabal project file to pin compiler used

This allows us to specify something else in .cabal/config.
This commit is contained in:
Sanchayan Maity 2022-11-19 14:51:53 +05:30
parent 61f35bbb3a
commit 8f2e20b3d3
1 changed files with 2 additions and 0 deletions

2
cabal.project Normal file
View File

@ -0,0 +1,2 @@
packages: .
with-compiler: ghc-8.10