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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
|
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.5.
--
-- see: https://github.com/sol/hpack
name: walint
version: 0.1
homepage: https://stuebinm.eu/git/walint
author: stuebinm
maintainer: stuebinm@disroot.org
copyright: 2022 stuebinm
build-type: Simple
library
exposed-modules:
CheckDir
CheckMap
WriteRepo
Util
Types
LintConfig
other-modules:
Badges
Dirgraph
KindLinter
LayerData
LintWriter
Paths
Properties
Uris
Paths_walint
hs-source-dirs:
lib
default-extensions:
NoImplicitPrelude
ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
build-depends:
HList
, aeson
, base
, bytestring
, containers
, deepseq
, dotgen
, either
, extra
, filepath
, getopt-generics
, network-uri
, regex-tdfa
, text
, text-metrics
, tiled
, transformers
, universum
, uri-encode
, vector
default-language: Haskell2010
library tiled
exposed-modules:
Data.Tiled
Data.Tiled.Abstract
other-modules:
Paths_walint
hs-source-dirs:
tiled
default-extensions:
NoImplicitPrelude
ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
build-depends:
aeson
, base
, bytestring
, text
, universum
, vector
default-language: Haskell2010
executable walint
main-is: Main.hs
other-modules:
Version
Paths_walint
hs-source-dirs:
src
default-extensions:
NoImplicitPrelude
ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
build-depends:
aeson
, aeson-pretty
, base
, bytestring
, getopt-generics
, process
, template-haskell
, text
, universum
, walint
default-language: Haskell2010
executable walint-server
main-is: Main.hs
other-modules:
Handlers
HtmlOrphans
Server
Worker
Paths_walint
hs-source-dirs:
server
default-extensions:
NoImplicitPrelude
ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors -rtsopts -threaded
build-depends:
aeson
, async
, base
, base-compat
, base64-bytestring
, bytestring
, containers
, cryptohash-sha1
, directory
, extra
, filepath
, fmt
, http-client
, http-types
, lucid
, microlens-platform
, process
, servant
, servant-client
, servant-lucid
, servant-server
, stm
, text
, time
, tomland
, universum
, uuid
, wai
, wai-extra
, walint
, warp
default-language: Haskell2010
|