c55b778d8e
- WIP: pending http-api-data release - TODO: remove MIN_VERSION_http_types - There have been 3 major releases of http-types: - 0.10 change name of variable - 0.11 lowercase escaped URIs - 0.12 uppercase escaped URIs - It's easier for us to support only latest, migration from 0.9/0.10 to 0.12 is trivial for the downstream. 0.11 may cause semantic (non-type-error) breakage somewhere. Also allow lens-4.16, remove MIN_VERSION_http_types conditionals, and update `stack.yaml`
15 lines
388 B
Text
15 lines
388 B
Text
packages: servant/
|
|
servant-client/
|
|
servant-client-core/
|
|
servant-docs/
|
|
servant-foreign/
|
|
servant-server/
|
|
doc/tutorial/
|
|
doc/cookbook/*/*.cabal
|
|
|
|
allow-newer: servant-js:servant-foreign, servant-auth-server:http-types, servant-multipart:lens
|
|
|
|
constraints:
|
|
-- see https://github.com/haskell-infra/hackage-trustees/issues/119
|
|
foundation >=0.0.14,
|
|
memory <0.14.12 || >0.14.12
|