-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathaeson-traversal.cabal
More file actions
27 lines (25 loc) · 852 Bytes
/
aeson-traversal.cabal
File metadata and controls
27 lines (25 loc) · 852 Bytes
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
name: aeson-traversal
version: 0.1.0.0
synopsis: Traversals for Data.Aeson
-- description:
license: MIT
license-file: LICENSE
author: Paul Wilson
maintainer: wilson.pw@gmail.com
-- copyright:
category: Control
build-type: Simple
cabal-version: >=1.8
library
hs-source-dirs: src
exposed-modules: Data.Aeson.Traversal,
Data.Aeson.Traversal.Value
Data.Aeson.Traversal.Primitive
build-depends: base >= 4.3,
lens >= 3.8,
text,
vector,
unordered-containers,
attoparsec >= 0.10,
bytestring,
aeson >= 0.6