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

executable lint-submodule-refs

  default-language:
    Haskell2010

  build-depends:
    base
       >= 4.14 && < 5,
    text
       >= 1.2  && < 2.1,
    linters-common

  ghc-options:
    -Wall

  hs-source-dirs:
    .

  main-is:
    Main.hs