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
- Host: GitHub
- URL: https://github.com/hapytex/haskell-extensions-mapping
- Owner: hapytex
- License: bsd-3-clause
- Created: 2022-08-08T06:12:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T18:53:12.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T10:14:34.465Z (over 1 year ago)
- Language: Haskell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# haskell-extensions-mapping
[](https://github.com/hapytex/haskell-extensions-mapping/actions/workflows/build-ci.yml)
[](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).