packages feed

calendar-recycling-0.0: calendar-recycling.cabal

Name:                calendar-recycling
Version:             0.0
Synopsis:            List years with the same calendars
Description:
  Generate a partial HTML document grouping years
  by the pattern of the calender.
  The program respects the starting weekday of a year
  and the existence of a leap day,
  but it ignores the date of the Easter festival.
Homepage:            http://hub.darcs.net/thielema/calendar-recycling
License:             BSD3
License-File:        LICENSE
Author:              Henning Thielemann
Maintainer:          haskell@henning-thielemann.de
Category:            Math
Build-Type:          Simple
Cabal-Version:       >=1.10

Source-Repository this
  Tag:         0.0
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/calendar-recycling

Source-Repository head
  Type:        darcs
  Location:    http://hub.darcs.net/thielema/calendar-recycling

Executable calendar-recycling
  Main-is:             Main.hs
  Build-Depends:
    html >=1.0 && <1.1,
    old-time >=1.0 && <1.2,
    containers >=0.1 && <0.6,
    utility-ht >=0.0.11 && <0.1,
    base >=4.5 && <5
  Hs-Source-Dirs:      src
  Default-Language:    Haskell2010
  GHC-Options:         -Wall