mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
Removed alex/happy as build-deps, if needed they can be installed with `stack install alex happy`
17 lines
342 B
YAML
17 lines
342 B
YAML
resolver: lts-11.22 # ghc 8.2.2
|
|
|
|
packages:
|
|
- . # GF, PGF
|
|
- src/runtime/haskell-bind # PGF2 (requires C runtime to be installed)
|
|
|
|
extra-deps:
|
|
# - happy-1.19.9
|
|
# - alex-3.2.4
|
|
- cgi-3001.3.0.2
|
|
- httpd-shed-0.4.0.3
|
|
- time-1.6.0.1 # cgi-3001.3.0.2: time-1.8.0.2 from stack configuration does not match >=1.5 && <1.7
|
|
|
|
flags:
|
|
gf:
|
|
server: true
|