summaryrefslogtreecommitdiff
path: root/walint/walint.cabal
blob: 3672d553c1e2fb25cba901f9ec38828a578fcd0e (plain)
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
cabal-version:  3.0
name:           walint
version:        0.1
author:         stuebinm
maintainer:     stuebinm@disroot.org
copyright:      2023 stuebinm
homepage:       https://stuebinm.eu/git/walint

library
  exposed-modules:
      CheckDir
      CheckMap
      WriteRepo
      Util
      Types
      LintConfig
  other-modules:
      Badges
      Dirgraph
      LayerData
      LintWriter
      Paths
      Properties
      Uris
  default-extensions:
      NoImplicitPrelude
  ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
  build-depends:
      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: GHC2021