An open API service indexing awesome lists of open source software.

https://github.com/hapytex/sunrise

Calculating sunrise times in Haskell.
https://github.com/hapytex/sunrise

astronomy haskell sunrise sunset

Last synced: 7 months ago
JSON representation

Calculating sunrise times in Haskell.

Awesome Lists containing this project

README

          

# sunrise
[![Build Status of the package by Travis](https://travis-ci.com/hapytex/sunrise.svg?branch=master)](https://travis-ci.com/hapytex/sunrise)
[![Build Status of the package by Hackage](https://matrix.hackage.haskell.org/api/v2/packages/sunrise/badge)](https://matrix.hackage.haskell.org/#/package/sunrise)
[![Hackage version badge](https://img.shields.io/hackage/v/sunrise.svg)](https://hackage.haskell.org/package/sunrise)

## Calculating the sunrise and sunset

## `sunrise` is *safe* Haskell

The library is compiled with the safe extensions. This means that there are some
guarantees with respect to type safety, referential transparency, etc.

## Contribute

You can contribute by making a pull request on the [*GitHub
repository*](https://github.com/hapytex/sunrise).

You can contact the package maintainer by sending a mail to
[`hapytexeu+gh@gmail.com`](mailto:hapytexeu+gh@gmail.com).