calenderweek-1.0.0: calenderweek.cabal
cabal-version: >=1.10
name: calenderweek
version: 1.0.0
synopsis: Commandline tool to get week of the year
description: Prints week of year for given date. Installs 'kw' binary that returns week of today or of provided date (YYYY-MM-DD)
bug-reports: https://gitlab.com/rmeis/calenderweek/issues
license: BSD3
license-file: LICENSE
author: Rolf Meissner
maintainer: rolf@msnr.com
copyright: 2019 Rolf Meissner
category: Commandline
build-type: Simple
extra-source-files: CHANGELOG.md, README.md
executable kw
main-is: Main.hs
build-depends: base >= 4.12 && < 5.0,
megaparsec >= 8.0.0 && < 8.1,
text >= 1.2.3 && < 1.3,
optparse-generic >= 1.3.0 && < 1.4,
time >= 1.8.0 && < 1.9.4
default-language: Haskell2010
source-repository this
type: git
location: https://gitlab.com/rmeis/calenderweek
tag: 1.0.0