mirror of
https://github.com/anoma/juvix.git
synced 2024-12-11 08:25:46 +03:00
e8a3cd0780
* Add files to embed in the exe to extra-source-files Cabal requires the files to be specified here because it uses an isolated build work directory. * Add cabal configuration files * Document how to use `cabal` with the project
18 lines
278 B
Plaintext
18 lines
278 B
Plaintext
-- Generated by stackage-to-hackage
|
|
|
|
with-compiler: ghc-9.2.5
|
|
|
|
packages:
|
|
./
|
|
|
|
jobs: $ncpus
|
|
|
|
allow-older: *
|
|
allow-newer: *
|
|
|
|
import: https://www.stackage.org/lts-20.2/cabal.config
|
|
|
|
package juvix
|
|
ghc-options: -optP-Wno-nonportable-include-path
|
|
test-show-details: direct
|