summaryrefslogtreecommitdiff
path: root/walint.cabal
blob: 34737d372bec2e9b7826eb0c8ab5756edd97ba3a (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
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
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
      WriteRepo
      Util
      Types
      LintConfig
  other-modules:
      Badges
      CheckMap
      Dirgraph
      KindLinter
      LayerData
      LintWriter
      Paths
      Properties
      Tiled
      TiledAbstract
      Uris
      Paths_walint
  hs-source-dirs:
      lib
  ghc-options: -Wall -Wno-name-shadowing
  build-depends:
      HList
    , aeson
    , base
    , bytestring
    , containers
    , dotgen
    , either
    , extra
    , filepath
    , getopt-generics
    , mtl
    , network-uri
    , regex-tdfa
    , text
    , text-metrics
    , transformers
    , uri-encode
    , vector
    , witherable
  default-language: Haskell2010

executable walint
  main-is: Main.hs
  other-modules:
      Version
      Paths_walint
  hs-source-dirs:
      src
  ghc-options: -Wall -Wno-name-shadowing
  build-tool-depends:
      hspec-discover:hspec-discover
  build-depends:
      aeson
    , aeson-pretty
    , base
    , bytestring
    , getopt-generics
    , mtl
    , process
    , template-haskell
    , text
    , walint
  default-language: Haskell2010