name: meanmonth version: 1.0.0 synopsis: An application and library to compute the mean duration of a month. description: An application and library to compute the mean duration in days of a Gregorian month. homepage: https://github.com/githubuser/meanmonth#readme license: BSD3 license-file: LICENSE author: Algorev maintainer: pintapierr@gmail.com copyright: 2017 Algorev category: Console build-type: Simple cabal-version: >=1.10 extra-source-files: README.md library hs-source-dirs: src exposed-modules: Months other-modules: Helpers build-depends: base >= 4 && < 5 ghc-options: -Wall default-language: Haskell2010 executable meanmonth hs-source-dirs: src main-is: Main.hs default-language: Haskell2010 build-depends: base >= 4.7 && < 5