graphql-engine/server/lib/aeson-ordered/aeson-ordered.cabal
Jesse Hallett f4328c3076 server: move ordered Aeson into its own package
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4939
GitOrigin-RevId: 62e83ae7c69f4e0a5334cf1e0c85c22a5d378f59
2022-07-07 15:55:52 +00:00

60 lines
1.8 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack
name: aeson-ordered
version: 0.1.0.0
description: Provides a data type that mirrors Aeson's 'Value', but that preserves order of object properties using an insertion-ordered map.
homepage: https://github.com/hasura/github-engine-mono#readme
bug-reports: https://github.com/hasura/github-engine-mono/issues
author: Anon Ray <anon@hasura.io>,
Bryan O'Sullivan <bos@serpentine.com>,
MailRank, Inc.
maintainer: Anon Ray <anon@hasura.io>,
Bryan O'Sullivan <bos@serpentine.com>,
MailRank, Inc.
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE
source-repository head
type: git
location: https://github.com/hasura/github-engine-mono
library
exposed-modules:
Data.Aeson.Ordered
other-modules:
Paths_aeson_ordered
hs-source-dirs:
src
default-extensions:
BangPatterns
DeriveDataTypeable
DeriveGeneric
DerivingStrategies
GeneralizedNewtypeDeriving
ImportQualifiedPost
LambdaCase
OverloadedStrings
StrictData
ghc-options: -foptimal-applicative-do -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
aeson
, attoparsec
, base
, bytestring
, hashable
, insert-ordered-containers
, lens
, lens-aeson
, scientific
, text
, vector
default-language: Haskell2010