-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbookhound-format.cabal
83 lines (79 loc) · 2.35 KB
/
bookhound-format.cabal
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
name: bookhound-format
version: 0.1.2.0
synopsis: Parsers for usual data formats
description: Please see the README on GitHub at <https://github.com/albertprz/bookhound-format#readme>
category: Parsers
homepage: https://github.com/albertprz/bookhound-format#readme
bug-reports: https://github.com/albertprz/bookhound-format/issues
author: Alberto Perez Lopez
maintainer: albertoperez1994@gmail.com
copyright: 2022 Alberto Perez Lopez
license: LGPL
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/albertprz/bookhound-format
library
exposed-modules:
Bookhound.Format.Operations.Finder
Bookhound.Format.Operations.ToJson
Bookhound.Format.Operations.ToXml
Bookhound.Format.Operations.ToYaml
Bookhound.Format.Parsers.Json
Bookhound.Format.Parsers.Toml
Bookhound.Format.Parsers.Xml
Bookhound.Format.Parsers.Yaml
Bookhound.Format.SyntaxTrees.Json
Bookhound.Format.SyntaxTrees.Toml
Bookhound.Format.SyntaxTrees.Xml
Bookhound.Format.SyntaxTrees.Yaml
other-modules:
Paths_bookhound_format
hs-source-dirs:
src
default-extensions:
LambdaCase
MultiWayIf
TupleSections
PostfixOperators
RankNTypes
ExplicitForAll
ScopedTypeVariables
LiberalTypeSynonyms
InstanceSigs
FunctionalDependencies
DuplicateRecordFields
NamedFieldPuns
RecordWildCards
ConstrainedClassMethods
MultiParamTypeClasses
FlexibleContexts
FlexibleInstances
ApplicativeDo
ParallelListComp
MonadComprehensions
GADTs
TypeFamilies
TypeFamilyDependencies
DataKinds
PolyKinds
DeriveFunctor
DeriveFoldable
DeriveTraversable
DeriveGeneric
GeneralizedNewtypeDeriving
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wpartial-fields -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.7 && <5
, bookhound >=0.1.24.0 && <0.2
, containers >=0.6 && <1
, text >=2.0 && <3
, time >=1.9 && <2
default-language: Haskell2010