summaryrefslogtreecommitdiffstats
path: root/blessings.cabal
blob: 2e9b763b39d4ec920af3c0323e0718d0f6f9ef35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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