2025-02-13 04:54:15 +00:00
|
|
|
packages:
|
2025-02-21 21:13:45 +00:00
|
|
|
rvFormal.cabal
|
2025-02-13 04:54:15 +00:00
|
|
|
|
|
|
|
packages: .
|
|
|
|
builddir: build
|
|
|
|
|
|
|
|
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
|