jonascarpay / calligraphy

haskell source code visualizer
BSD 3-Clause "New" or "Revised" License
97 stars 13 forks source link

Create custom Prelude #22

Closed Kleidukos closed 1 year ago

Kleidukos commented 1 year ago

This commit bootstraps the custom Prelude, which will then be adapted to re-export base/ghc version-specific imports.

See #21

Next PR will do the actual job of factorising the re-exports with CPP

jonascarpay commented 1 year ago

Rebased