servant/cabal.project

70 lines
1.8 KiB
Plaintext
Raw Normal View History

2019-02-06 11:15:30 +01:00
packages:
servant/
servant-client/
servant-jsaddle/
2017-10-01 18:20:09 +02:00
servant-client-core/
2019-02-06 11:15:30 +01:00
servant-http-streams/
servant-docs/
servant-foreign/
servant-server/
doc/tutorial/
2018-03-15 09:46:30 +01:00
servant-machines/
servant-conduit/
servant-pipes/
2018-03-15 09:46:30 +01:00
-- doc/cookbook/*/*.cabal
doc/cookbook/basic-auth
2018-09-14 19:01:04 +02:00
doc/cookbook/curl-mock
doc/cookbook/basic-streaming
2018-03-15 09:46:30 +01:00
doc/cookbook/db-postgres-pool
doc/cookbook/db-sqlite-simple
2018-06-19 17:52:02 +02:00
doc/cookbook/file-upload
2018-07-04 21:59:43 +02:00
doc/cookbook/generic
-- doc/cookbook/hoist-server-with-context
2018-03-15 09:46:30 +01:00
doc/cookbook/https
-- doc/cookbook/jwt-and-basic-auth/
2019-02-28 09:53:24 +01:00
doc/cookbook/pagination
-- doc/cookbook/sentry
2018-10-25 22:16:16 +02:00
doc/cookbook/testing
2018-03-15 09:46:30 +01:00
doc/cookbook/structuring-apis
doc/cookbook/using-custom-monad
2018-07-05 23:21:17 +02:00
doc/cookbook/using-free-client
-- doc/cookbook/open-id-connect
2019-02-11 14:52:42 +01:00
tests: True
optimization: False
2019-02-28 09:53:24 +01:00
-- reorder-goals: True
constraints:
-- see https://github.com/haskell-infra/hackage-trustees/issues/119
foundation >=0.0.14,
2018-01-17 20:43:00 +01:00
memory <0.14.12 || >0.14.12
2018-03-15 09:46:30 +01:00
allow-newer:
2019-02-28 09:53:24 +01:00
-- servant-pagination:servant, servant-pagination:servant-server,
-- servant-multipart:servant, servant-multipart:servant-server,
-- servant-auth-server:servant, servant-auth-server:servant-server,
-- servant-js:servant, servant-js:servant-foreign
2019-01-22 14:24:16 +01:00
-- servant-quickcheck
allow-newer:
servant-quickcheck:servant, servant-quickcheck:servant-client, servant-quickcheck:servant-server,
2019-01-09 08:59:50 +01:00
servant-quickcheck:hspec,
servant-quickcheck:http-client
-- constraints: semigroups ^>=0.19
-- constraints: hashable ^>=1.3
-- constraints: network ^>=3.1
-- constraints: machines ^>=0.7
allow-newer: vault-0.3.1.2:hashable
allow-newer: psqueues-0.2.7.1:hashable
allow-newer: sqlite-simple-0.4.16.0:semigroups
allow-newer: direct-sqlite-2.3.24:semigroups
allow-newer: io-streams-1.5.1.0:network
allow-newer: openssl-streams-1.2.2.0:network