Skip to content

con-kitty/categorifier

Folders and files

NameName
Last commit message
Last commit date
Feb 7, 2024
Feb 7, 2024
Jan 3, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Dec 14, 2023
Dec 14, 2023
Dec 14, 2023
Feb 7, 2024
Feb 7, 2024
Dec 14, 2023
Dec 14, 2023
Dec 14, 2023
Feb 11, 2022
Feb 6, 2024
Jan 25, 2024
Feb 12, 2024
Feb 7, 2024
Feb 7, 2024

Repository files navigation

Categorifier

Build status built with garnix Packaging status latest packaged version(s)

Defining novel interpretations of Haskell programs

You probably want to look at the plugin README.

Building

A Nix flake is provided, so if you are familiar with Nix, that’s the most reliable way to build the project.

If you‘re not using Nix, the cabal.project file requires at least Cabal 3.8, but the individual projects should work with older versions.

Contributing

There are compatible direnv and Nix environments in the repository to make it easy to build, test, etc. everything with consistent versions to help replicate issues.

This repository is all formatted using Ormolu. Currently CI runs Ormolu 0.4.0.0, which can be installed by cabal install ormolu-0.4.0.0. See the usage notes for how to best integrate it with your workflow. But don't let Ormolu get in the way of contributing - CI will catch the formatting, and we can help clean up anything.