forked from GitHub/gf-core
Add Stack files for different GHC versions
This commit is contained in:
14
stack-ghc8.2.2.yaml
Normal file
14
stack-ghc8.2.2.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
resolver: lts-11.22 # ghc 8.2.2
|
||||
|
||||
packages:
|
||||
- . # GF, PGF
|
||||
- src/runtime/haskell-bind # PGF2 (requires C runtime to be installed)
|
||||
|
||||
extra-deps:
|
||||
- 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
|
||||
Reference in New Issue
Block a user