mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
70515d94c7
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5776 GitOrigin-RevId: 0df263a4d800e694e68e31c189c360c88cf48abc
31 lines
568 B
Plaintext
31 lines
568 B
Plaintext
cabal-version: 3.0
|
|
name: hasura-prelude
|
|
version: 0.1.0.0
|
|
|
|
library
|
|
hs-source-dirs: src
|
|
build-depends:
|
|
aeson,
|
|
aeson-casing,
|
|
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
|