first commit
This commit is contained in:
commit
ef58d5b07e
34 changed files with 2210 additions and 0 deletions
16
cabal.project
Normal file
16
cabal.project
Normal file
|
@ -0,0 +1,16 @@
|
|||
packages:
|
||||
rv_formal.cabal
|
||||
|
||||
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
|
Reference in a new issue