forked from GitHub/gf-rgl
(Morphodict) Add stack and cabal files
This commit is contained in:
16
src/morphodict/stack.yaml
Normal file
16
src/morphodict/stack.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
resolver: lts-12.26
|
||||
|
||||
packages:
|
||||
- .
|
||||
|
||||
# so that `stack build --copy-bins` puts bin here
|
||||
local-bin-path: .
|
||||
|
||||
extra-deps:
|
||||
- gf-3.10
|
||||
- cgi-3001.3.0.3 # dependency of gf
|
||||
|
||||
flags:
|
||||
# this excludes PGF2 module in gf package
|
||||
gf:
|
||||
c-runtime: false
|
||||
Reference in New Issue
Block a user