Skip to content
/ ghc Public
forked from ghc/ghc

Mirror of ghc repository. DO NOT SUBMIT PULL REQUESTS HERE. Patches are best submitted to GHC's Phabricator (https://phabricator.haskell.org/), bugs and feature-requests are best filed to GHC's Trac (https://ghc.haskell.org/trac/ghc), or sent to the mailing list ([email protected])

License

Notifications You must be signed in to change notification settings

lematt1991/ghc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Glasgow Haskell Compiler with Partial Abort STM

This is a fork of GHC that adds a new STM monad which is able to partially abort transactions. Below are the steps necessary to get everything checked out and built:

git clone --recursive git://git.haskell.org/ghc.git
cd ghc
git remote add pstm-remote https://github.com/ml9951/ghc.git
git fetch pstm-remote
git checkout pastm
cp mk/build.mk.sample mk/build.mk #Uncomment the following line: "BuildFlavour = quick"
perl boot
./configure
make         # can also say 'make -jX' for X number of jobs
make install	 

Contributors & Acknowledgements

GHC in its current form wouldn't exist without the hard work of [its many contributors] 12. Over time, it has grown to include the efforts and research of many institutions, highly talented people, and groups from around the world. We'd like to thank them all, and invite you to join!

About

Mirror of ghc repository. DO NOT SUBMIT PULL REQUESTS HERE. Patches are best submitted to GHC's Phabricator (https://phabricator.haskell.org/), bugs and feature-requests are best filed to GHC's Trac (https://ghc.haskell.org/trac/ghc), or sent to the mailing list ([email protected])

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 81.1%
  • C 11.9%
  • Makefile 2.3%
  • Other 1.1%
  • Perl 0.8%
  • Logos 0.5%
  • Other 2.3%