Making sure that it builds is annoying
This commit is contained in:
13
cabal.project
Normal file
13
cabal.project
Normal file
@ -0,0 +1,13 @@
|
||||
packages:
|
||||
PPU.cabal
|
||||
|
||||
write-ghc-environment-files: always
|
||||
|
||||
-- Eliminates the need for `--enable-tests`, which is needed for HLS.
|
||||
tests: true
|
||||
|
||||
-- Works around: https://github.com/recursion-schemes/recursion-schemes/issues/128. This
|
||||
-- shouldn't harm (runtime) performance of Clash, as we only use recursion-schemes with
|
||||
-- TemplateHaskell.
|
||||
package recursion-schemes
|
||||
optimization: 0
|
Reference in New Issue
Block a user