summaryrefslogtreecommitdiffstats
path: root/scanner.cabal
blob: fb50dfa3d13435b2a2269e54221e67ed231527cf (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.0

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