stack.yaml 299 B

1234567
  1. resolver: lts-13.11
  2. packages:
  3. - '.'
  4. # the following flags are meant for use with ../servant-mysql-haskell.dockerfile
  5. compiler: ghc-8.6.3 # this MUST match the resolver's GHC; minor hack to ensure GHC isn't downloaded into sandbox.
  6. allow-different-user: true # carryover from hasql sibling test dir