stack.yaml 514 B

123456789101112131415161718
  1. resolver: lts-13.13
  2. packages:
  3. - ./shared/tfb-types
  4. - ./shared/tfb-hasql
  5. - ./shared/tfb-mysql-haskell
  6. - ./shared/tfb-postgres-wire
  7. - ./warp-shared
  8. extra-deps:
  9. - socket-0.8.2.0
  10. - socket-unix-0.2.0.0
  11. - git: https://github.com/postgres-haskell/postgres-wire.git
  12. commit: fda5e3b70c3cc0bab8365b4b872991d50da0348c
  13. # the following flags are meant for use with warp.dockerfile
  14. compiler: ghc-8.6.3 # this MUST match the resolver's GHC; minor hack to ensure GHC isn't downloaded into sandbox.
  15. allow-different-user: true