diff options
-rw-r--r-- | scanner.cabal | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scanner.cabal b/scanner.cabal new file mode 100644 index 0000000..fb50dfa --- /dev/null +++ b/scanner.cabal @@ -0,0 +1,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 |