stackage-server/stack.yaml
Michael Snoyman 0ae6ca4b3c Switch to lts-5 runtime image
We just discovered that ubuntu:16.04 removes /etc/protocol, which is
needed by getProtocolByName
2016-06-16 17:08:01 +03:00

19 lines
454 B
YAML

resolver: lts-5.15
packages:
- .
- location:
git: https://github.com/snoyberg/hoogle.git
commit: 765bd653d687e8569cd989be1637de86dcb20d56
extra-dep: true
image:
container:
name: fpco/stackage-server
base: fpco/stack-run:lts-5
add:
config: /app/config
static: /app/static
extra-deps:
- prometheus-client-0.1.0.1
- prometheus-metrics-ghc-0.1.0.1
- wai-middleware-prometheus-0.1.0.1