-- Initial jalaali.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: jalaali version: 0.1.0 synopsis: Convert Jalaali and Gregorian calendar systems to each other description: A few Haskell functions for converting Jalaali (Jalali, Persian, Khayyami, Khorshidi, Shamsi) and Gregorian calendar systems to each other. homepage: https://github.com/jalaali/jalaali-hs license: MIT license-file: LICENSE author: Behrang Noruzi Niya maintainer: behrangn@gmail.com -- copyright: category: Math build-type: Simple extra-source-files: Readme.md cabal-version: >=1.10 source-repository head type: git location: git://github.com/jalaali/jalaali-hs.git library exposed-modules: Data.Time.Calendar.Jalaali -- other-modules: -- other-extensions: build-depends: base >=4.6 && <4.7 -- hs-source-dirs: default-language: Haskell2010 Test-Suite test type: exitcode-stdio-1.0 main-is: test.hs build-depends: base >=4.6 && <4.7 default-language: Haskell2010 Benchmark bench type: exitcode-stdio-1.0 main-is: bench.hs build-depends: base >=4.6 && <4.7, time, deepseq default-language: Haskell2010