├── LICENSE ├── README ├── Setup.lhs ├── ghc-core.cabal └── ghc-core.hs /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shachaf/ghc-core/HEAD/LICENSE -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shachaf/ghc-core/HEAD/README -------------------------------------------------------------------------------- /Setup.lhs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shachaf/ghc-core/HEAD/Setup.lhs -------------------------------------------------------------------------------- /ghc-core.cabal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shachaf/ghc-core/HEAD/ghc-core.cabal -------------------------------------------------------------------------------- /ghc-core.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shachaf/ghc-core/HEAD/ghc-core.hs --------------------------------------------------------------------------------