mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
f4328c3076
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4939 GitOrigin-RevId: 62e83ae7c69f4e0a5334cf1e0c85c22a5d378f59
53 lines
1005 B
YAML
53 lines
1005 B
YAML
spec-version: 0.34.7
|
|
|
|
name: aeson-ordered
|
|
description: >
|
|
Provides a data type that mirrors Aeson's 'Value', but that preserves order of
|
|
object properties using an insertion-ordered map.
|
|
version: 0.1.0.0
|
|
author:
|
|
- Anon Ray <anon@hasura.io>
|
|
- Bryan O'Sullivan <bos@serpentine.com>
|
|
- MailRank, Inc.
|
|
license: BSD3
|
|
github: hasura/github-engine-mono
|
|
|
|
extra-source-files:
|
|
- CHANGELOG.md
|
|
- LICENSE
|
|
|
|
ghc-options:
|
|
- "-foptimal-applicative-do"
|
|
- "-Wall"
|
|
- "-Wcompat"
|
|
- "-Wincomplete-record-updates"
|
|
- "-Wincomplete-uni-patterns"
|
|
- "-Wredundant-constraints"
|
|
|
|
default-extensions:
|
|
- BangPatterns
|
|
- DeriveDataTypeable
|
|
- DeriveGeneric
|
|
- DerivingStrategies
|
|
- GeneralizedNewtypeDeriving
|
|
- ImportQualifiedPost
|
|
- LambdaCase
|
|
- OverloadedStrings
|
|
- StrictData
|
|
|
|
library:
|
|
source-dirs:
|
|
- src
|
|
dependencies:
|
|
- base
|
|
- aeson
|
|
- attoparsec
|
|
- bytestring
|
|
- hashable
|
|
- insert-ordered-containers
|
|
- lens
|
|
- lens-aeson
|
|
- scientific
|
|
- text
|
|
- vector
|