2022-07-07 18:54:32 +03:00
|
|
|
cabal-version: 1.12
|
|
|
|
|
2022-07-29 19:21:00 +03:00
|
|
|
-- This file is generated using hpack.
|
|
|
|
-- Do not modify it directly. Instead, edit package.yaml and then run:
|
|
|
|
-- make server/lib/aeson-ordered/aeson-ordered.cabal
|
|
|
|
|
2022-07-07 18:54:32 +03:00
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.7.
|
|
|
|
--
|
|
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
|
2022-07-29 19:21:00 +03:00
|
|
|
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
|
2022-07-07 18:54:32 +03:00
|
|
|
extra-source-files:
|
2022-07-29 19:21:00 +03:00
|
|
|
CHANGELOG.md
|
|
|
|
LICENSE
|
2022-07-07 18:54:32 +03:00
|
|
|
|
|
|
|
source-repository head
|
2022-07-29 19:21:00 +03:00
|
|
|
type: git
|
|
|
|
location: https://github.com/hasura/github-engine-mono
|
2022-07-07 18:54:32 +03:00
|
|
|
|
|
|
|
library
|
2022-07-29 19:21:00 +03:00
|
|
|
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
|