forked from ConferOpenSource/composite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
44 lines (40 loc) · 1.12 KB
/
package.yaml
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
name: composite-aeson-refined
version: 0.7.5.0
synopsis: composite-aeson support for Refined from the refined package
description: JsonFormat and DefaultJsonFormat for Refined
homepage: https://github.com/ConferOpenSource/composite#readme
license: BSD3
author: Confer Health, Inc
maintainer: [email protected]
copyright: 2017 Confer Health, Inc., 2020-2021 Vital Biosciences
category: Records
dependencies:
- base >= 4.12 && < 4.16
- aeson-better-errors >= 0.9.1.0 && < 0.10
- composite-aeson >= 0.7 && < 0.8
- mtl >= 2.2.1 && < 2.3
- refined >= 0.1.2.1 && < 0.7
default-extensions:
- DataKinds
- FlexibleContexts
- FlexibleInstances
- GeneralizedNewtypeDeriving
- LambdaCase
- MultiParamTypeClasses
- MultiWayIf
- OverloadedStrings
- PatternSynonyms
- PolyKinds
- QuasiQuotes
- RankNTypes
- ScopedTypeVariables
- StandaloneDeriving
- StrictData
- TemplateHaskell
- TupleSections
- TypeFamilies
- TypeOperators
- ViewPatterns
ghc-options: -Wall -O2
library:
source-dirs: src