]> Git — Sourcephile - haskell/symantic-http.git/blob - symantic-http-demo/stack.yaml
Bump stack resolver to lts-13.19
[haskell/symantic-http.git] / symantic-http-demo / stack.yaml
1 resolver: lts-13.19
2 packages:
3 - '.'
4 - location: '../symantic-http'
5 extra-dep: true
6 - location: '../symantic-http-client'
7 extra-dep: true
8 - location: '../symantic-http-pipes'
9 extra-dep: true
10 - location: '../symantic-http-server'
11 extra-dep: true
12 extra-deps:
13 - monad-classes-0.3.2.2@sha256:793faead28dafb47f115c4dec877ce3e3ffab604f134d852652385632ea0923f
14 nix:
15 packages: [zlib]