-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.summoner.toml
50 lines (45 loc) · 1.37 KB
/
.summoner.toml
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
# This config is supported by summoner-2.0.0.0
owner = "kowainik"
fullName = "Kowainik"
email = "xrom.xkov@gmail.com"
license = "MPL-2.0"
lib = true
test = true
github = true
# CI integrations
githubActions = true
travis = true
appveyor = true
ghcVersions = ["8.4.4", "8.6.5"]
files =
[ { path = ".stylish-haskell.yaml"
, url = "https://raw.githubusercontent.com/kowainik/org/main/.stylish-haskell.yaml"
}
, { path = ".github/CODEOWNERS"
, url = "https://raw.githubusercontent.com/kowainik/org/main/.github/CODEOWNERS"
}
, { path = ".github/dependabot.yml"
, url = "https://raw.githubusercontent.com/kowainik/org/main/.github/dependabot.yml"
}
, { path = ".headroom.yaml"
, url = "https://raw.githubusercontent.com/kowainik/org/main/.headroom.yaml"
}
]
extensions = [ "ConstraintKinds"
, "DeriveGeneric"
, "DerivingStrategies"
, "GeneralizedNewtypeDeriving"
, "InstanceSigs"
, "KindSignatures"
, "LambdaCase"
, "OverloadedStrings"
, "RecordWildCards"
, "ScopedTypeVariables"
, "StandaloneDeriving"
, "TupleSections"
, "TypeApplications"
, "ViewPatterns"
]
[prelude]
package = "relude"
module = "Relude"