Navigation Menu

Skip to content

Commit

Permalink
Add .cabal files
Browse files Browse the repository at this point in the history
  • Loading branch information
kolmodin committed Aug 24, 2008
1 parent 22a0fd2 commit ff21cd3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Setup.lhs
@@ -0,0 +1,3 @@
#!/usr/bin/env runhaskell
> import Distribution.Simple
> main = defaultMain
15 changes: 15 additions & 0 deletions keyword-stat.cabal
@@ -0,0 +1,15 @@
name: keyword-stat
version: 0.1
synopsis: <Project description>
description: <Project description>
category: System
license: BSD3
-- license-file: LICENSE
author: Lennart Kolmodin
maintainer: kolmodin@gentoo.org
build-Depends: base, directory, haskell98, pcre-light
build-type: Simple

executable: keyword-stat
main-is: Main.hs
ghc-options:

0 comments on commit ff21cd3

Please sign in to comment.