Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoughtpolice/ghc-prim-compat
Compatibility shim for GHC primops
https://github.com/thoughtpolice/ghc-prim-compat
Last synced: about 1 month ago
JSON representation
Compatibility shim for GHC primops
- Host: GitHub
- URL: https://github.com/thoughtpolice/ghc-prim-compat
- Owner: thoughtpolice
- License: bsd-3-clause
- Created: 2014-02-20T14:06:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-20T14:09:24.000Z (almost 11 years ago)
- Last Synced: 2024-10-20T20:21:05.965Z (3 months ago)
- Language: Haskell
- Size: 117 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GHC primop compatibility
[![Build Status](https://travis-ci.org/thoughtpolice/ghc-prim-compat.png?branch=master)](https://travis-ci.org/thoughtpolice/ghc-prim-compat)
[![BSD3](http://b.repl.ca/v1/license-BSD3-blue.png)](http://en.wikipedia.org/wiki/BSD_licenses)
[![Haskell](http://b.repl.ca/v1/language-haskell-lightgrey.png)](http://www.haskell.org)This module provides primop compatibility shims for GHC 7.6 and GHC
7.8, as the Boolean primop interface changed.# Getting started
It's just a `cabal install` away on [Hackage][]:
```bash
$ cabal install ghc-prim-compat
```# Join in
Be sure to read the [contributing guidelines][contribute]. File bugs
in the GitHub [issue tracker][].Master [git repository][gh]:
* `git clone https://github.com/thoughtpolice/ghc-prim-compat.git`
There's also a [BitBucket mirror][bb]:
* `git clone https://bitbucket.org/thoughtpolice/ghc-prim-compat.git`
# Authors
See [AUTHORS.txt](https://raw.github.com/thoughtpolice/ghc-prim-compat/master/AUTHORS.txt).
# License
BSD3. See
[LICENSE.txt](https://raw.github.com/thoughtpolice/ghc-prim-compat/master/LICENSE.txt)
for terms of copyright and redistribution.[contribute]: https://github.com/thoughtpolice/ghc-prim-compat/blob/master/CONTRIBUTING.md
[issue tracker]: http://github.com/thoughtpolice/ghc-prim-compat/issues
[gh]: http://github.com/thoughtpolice/ghc-prim-compat
[bb]: http://bitbucket.org/thoughtpolice/ghc-prim-compat
[Hackage]: http://hackage.haskell.org/package/ghc-prim-compat