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

https://github.com/hapytex/haskell-extensions-mapping

Mapping between Extension and KnownExtension for template-haskell and haskell-src-exts
https://github.com/hapytex/haskell-extensions-mapping

Last synced: about 1 year ago
JSON representation

Mapping between Extension and KnownExtension for template-haskell and haskell-src-exts

Awesome Lists containing this project

README

          

# haskell-extensions-mapping
[![Build Status of the package by GitHub actions](https://github.com/hapytex/haskell-extensions-mapping/actions/workflows/build-ci.yml/badge.svg)](https://github.com/hapytex/haskell-extensions-mapping/actions/workflows/build-ci.yml)
[![Hackage version badge](https://img.shields.io/hackage/v/haskell-extensions-mapping.svg)](https://hackage.haskell.org/package/haskell-extensions-mapping)

## Usage

???

## Package structure

???

## `haskell-extensions-mapping` is *safe* Haskell

The module is compiled with the `Safe` option, and thus itself does not contain any unsafe code. Using the functions, for example with template Haskell can make a package build on top of `haskell-extensions-mapping` unsafe however.

## Contribute

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

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