@hackage syntax-trees-fork-bairyn0.1.2.5
Convert between different Haskell syntax trees. Bairyn's fork.
Categories
License
BSD-3-Clause
Maintainer
dom.orchard@gmail.com ,ByronJohnsonFP@gmail.com
Links
Versions
- 0.1.2.5 Sun, 30 Nov 2014
Installation
Dependencies (6)
- base >=4 && <5
- haskell-src-exts >=1.16 && <2
- hint
- mtl
- template-haskell
- uniplate Show all…
Dependents (2)
@hackage/global, @hackage/acme-everything
Notes on repository.
This repository hosts currently a fork of Dominic Orchard's syntax-trees project residing in a VCS repository, git in particular, with the following branches:
- master: Currently the branch for the actual fork, for the syntax-trees-fork-bairyn package. Version tags refer to commits in this branch.
- cherry-picked-build-fixes: Contains the initial import of the syntax-trees package with just build fixes cherry picked in.
- cherry-picked-build-and-warning-fixes: Based on cherry-picked-build-fixes, this branch adds fixes to warnings, an addition of the "-Wall" flag for GHC so that warnings are emitted during the build process, and the correction of "template-haskell" typos.
- fork-no-rename: Based on master, and adds commits that reverses the renaming of the fork and module names.