Mathnerd314 / diagrams-stow

overlays for developing Diagrams packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository has several files which I find useful for developing on diagrams. I check out this repo as the directory where I keep the diagrams code.

mr

Running mr update will checkout all the repositories, mr run git checkout master will switch to the master branch, and so forth.

packdeps

packdeps is a helpful script that checks that upper bounds in a cabal file do not prevent using the latest released version. The shell script here runs packdeps on most of the Diagrams packages.

Nix

I run cabal2nix.sh to generate the default.nix files, and then nix-shell to enter a subshell with all necessary Haskell packages installed.

About

overlays for developing Diagrams packages


Languages

Language:Haskell 81.2%Language:Nix 16.5%Language:Shell 2.2%