8c4730c433
Change-Id: Ib1714abce2815873eb50dbeac088e812fa9098ab Reviewed-on: https://cl.tvl.fyi/c/depot/+/8686 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de> Autosubmit: Profpatsch <mail@profpatsch.de>
18 lines
395 B
Text
18 lines
395 B
Text
cabal-version: 3.0
|
|
name: ical-smolify
|
|
version: 0.1.0.0
|
|
author: Profpatsch
|
|
maintainer: mail@profpatsch.de
|
|
|
|
executable ical-smolify
|
|
main-is: IcalSmolify.hs
|
|
|
|
build-depends:
|
|
base >=4.15 && <5,
|
|
my-prelude,
|
|
exec-helpers
|
|
data-default
|
|
case-insensitive
|
|
iCalendar
|
|
|
|
default-language: Haskell2010
|