diff options
-rw-r--r-- | blessings.cabal | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/blessings.cabal b/blessings.cabal new file mode 100644 index 0000000..2e9b763 --- /dev/null +++ b/blessings.cabal @@ -0,0 +1,16 @@ +author: tv +build-type: Simple +cabal-version: >= 1.2 +license: MIT +name: blessings +version: 1.0.0 + +library + build-depends: base + exposed-modules: Blessings + ghc-options: -Wall + hs-source-dirs: src + +source-repository head + location: http://cgit.cd.retiolum/blessings + type: git |