summaryrefslogtreecommitdiffstats
path: root/blessings.cabal
blob: 1b13a57f879741e37b9aaeac49dd18e1bb29863c (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.4.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