tvl-depot/users/Profpatsch/ical-smolify/ical-smolify.cabal

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
395 B
Text
Raw Normal View History

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