SCalendar-0.1.0.0: SCalendar.cabal
name: SCalendar
version: 0.1.0.0
synopsis: Library for managing calendars and resource availability.
description: This is a library for handling calendars and resource availability based on the "top-nodes algorithm" and set operations.
homepage: https://github.com/sebasHack/SCalendar
license: MIT
license-file: LICENSE
author: Sebastian Pulido Gomez
maintainer: sebastian0092@gmail.com
-- copyright:
category: Calendar
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/sebasHack/SCalendar.git
library
exposed-modules: SCalendar.Operations,
SCalendar.BreadCrumbs,
SCalendar.DataTypes,
SCalendar.Internal
-- other-modules:
-- other-extensions:
build-depends: base >= 4.8 && < 4.9,
containers,
time,
text >= 1.2.2.1
hs-source-dirs: libs
default-language: Haskell2010