summaryrefslogtreecommitdiffstats
path: root/scanner.cabal
blob: d5330112e0a42ce5a18c35c9e8a3cf6fda781a1a (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: scanner
version: 1.0.1

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

source-repository head
  location: http://cgit.cd.retiolum/scanner
  type: git