summaryrefslogtreecommitdiffstats
path: root/terminal-scanner.cabal
blob: 157765fe6a6505fd1ab276f2edaf0a17204d4771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
cabal-version: 3.0
name:          terminal-scanner
version:       1.1.0
license:       MIT
maintainer:    tv@krebsco.de
author:        tv
build-type:    Simple

library
  exposed-modules: Scanner
  hs-source-dirs: src
  default-language: GHC2024
  ghc-options: -Wall -Wextra
  build-depends: base

source-repository head
  type: git
  location: https://cgit.krebsco.de/terminal-scanner