diff options
Diffstat (limited to 'scanner.cabal')
-rw-r--r-- | scanner.cabal | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scanner.cabal b/scanner.cabal deleted file mode 100644 index d533011..0000000 --- a/scanner.cabal +++ /dev/null @@ -1,16 +0,0 @@ -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 |