Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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