From 25a510dcb38ea9158e9969d56eb66cb1b860ab5f Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 17 Oct 2015 00:55:39 +0200 Subject: init blessings.cabal --- blessings.cabal | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 blessings.cabal 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 -- cgit v1.2.3