summaryrefslogtreecommitdiff
path: root/linters/lint-whitespace/lint-whitespace.cabal
blob: e3d2aa3a06c2237d064aa54ec7434afd32f5841a (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
cabal-version:       3.0
name:                lint-whitespace
version:             0.1.0.0
synopsis:            Lint whitespace
license:             GPL-3.0-only
author:              The GHC team
build-type:          Simple

executable lint-whitespace

  default-language:
    Haskell2010

  hs-source-dirs:
    .

  main-is:
    Main.hs

  build-depends:
    linters-common,
    mtl
      >=2.1 && <2.3,
    process
      ^>= 1.6,
    containers
      ^>= 0.6,
    base
       >= 4.14 && < 5,
    text
       >= 1.2  && < 2.1,