-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjson-encoder.cabal
More file actions
61 lines (57 loc) · 1.67 KB
/
json-encoder.cabal
File metadata and controls
61 lines (57 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name:
json-encoder
version:
0.1.8
synopsis:
A direct-to-bytes single-pass JSON encoder with a declarative DSL
description:
category:
JSON, Codec
homepage:
https://github.com/sannsyn/json-encoder
bug-reports:
https://github.com/sannsyn/json-encoder/issues
author:
Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:
Nikita Volkov <nikita.y.volkov@mail.ru>
copyright:
(c) 2015, Sannsyn AS
license:
MIT
license-file:
LICENSE
build-type:
Simple
cabal-version:
>=1.10
source-repository head
type:
git
location:
git://github.com/sannsyn/json-encoder.git
library
hs-source-dirs:
library
default-extensions:
Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
default-language:
Haskell2010
other-modules:
JSONEncoder.Prelude
JSONEncoder.Builders
exposed-modules:
JSONEncoder
build-depends:
--
text == 1.*,
bytestring >= 0.10 && < 0.11,
bytestring-tree-builder >= 0.2.4 && < 0.3,
scientific >= 0.3 && < 0.4,
--
contravariant-extras == 0.3.*,
contravariant >= 1.3 && < 2,
semigroups >= 0.18 && < 0.19,
--
base-prelude >= 0.1.21 && < 2,
base < 5