blob: 4460d1eddc0e8a3172f838ce34d047f27a2f97eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
author: tv
build-type: Simple
cabal-version: >= 1.2
license: MIT
name: terminal-scanner
version: 1.0.1
library
build-depends: base
exposed-modules: Scanner
ghc-options: -Wall
hs-source-dirs: src
source-repository head
location: https://cgit.krebsco.de/terminal-scanner
type: git
|