mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
4f996fcb2f
Small PR with codecs for a few health check types. This adds a `HasCodec` implementation for `Seconds` to `hasura-prelude`. Ticket: https://hasurahq.atlassian.net/browse/GDC-585 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7328 GitOrigin-RevId: 8da2d9115d76be7177e5cc72a333c5a9cf6f759a
32 lines
587 B
Plaintext
32 lines
587 B
Plaintext
cabal-version: 3.0
|
|
name: hasura-prelude
|
|
version: 0.1.0.0
|
|
|
|
library
|
|
hs-source-dirs: src
|
|
build-depends:
|
|
aeson,
|
|
aeson-casing,
|
|
autodocodec,
|
|
base,
|
|
base64-bytestring,
|
|
bytestring,
|
|
containers,
|
|
deepseq,
|
|
hashable,
|
|
insert-ordered-containers,
|
|
lens,
|
|
mtl,
|
|
nonempty-containers,
|
|
pretty-simple,
|
|
text,
|
|
time,
|
|
transformers,
|
|
transformers-base,
|
|
unordered-containers,
|
|
witherable
|
|
default-language: Haskell2010
|
|
exposed-modules:
|
|
Data.Time.Clock.Units
|
|
Hasura.Prelude
|