-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathderive-api-th.cabal
More file actions
47 lines (41 loc) · 1.2 KB
/
derive-api-th.cabal
File metadata and controls
47 lines (41 loc) · 1.2 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
cabal-version: 1.12
name: derive-api-th
version: 0.1.0.0
description:
Please see the README on GitHub at <https://github.com/typeable/derive-api-th#readme>
homepage: https://github.com/typeable/derive-api-th#readme
bug-reports: https://github.com/typeable/derive-api-th/issues
author: Typeable
maintainer: dima@typeable.io
copyright: 2022 Typeable LLC
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files: README.md
source-repository head
type: git
location: https://github.com/typeable/derive-api-th
library
exposed-modules: Derive.API.TH
other-modules: Paths_derive_api_th
hs-source-dirs: src
build-depends:
aeson
, base >=4.7 && <5
, containers
, template-haskell
, th-abstraction
if !(impl(ghcjs) || arch(javascript) || arch(wasm32))
build-depends:
generic-arbitrary >=1.0
, openapi3
, QuickCheck
cpp-options: -DBACKEND
default-language: Haskell2010
default-extensions:
BlockArguments
DuplicateRecordFields
NamedFieldPuns
RecordWildCards
StandaloneDeriving
TemplateHaskell