https://github.com/thoughtpolice/ghc-prim-compat
Compatibility shim for GHC primops
https://github.com/thoughtpolice/ghc-prim-compat
Last synced: 2 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-20T14:09:24.000Z (over 11 years ago)
- Last Synced: 2025-01-25T21:13:00.032Z (4 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
[](https://travis-ci.org/thoughtpolice/ghc-prim-compat)
[](http://en.wikipedia.org/wiki/BSD_licenses)
[](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