~mhueschen/uncap

sillyCase: only apply/alternate on alpha chars

I noticed that punctuation were getting "toggled" which then perturbed
the alternation of next alpha char.
add other text modes & options parsing to choose them
readme: stylize lowercase
bump base version, update cabal2nix
bump to new nixpkgs/ghc
85814e96 — Michael Hueschen 3 years ago
set up for nix-direnv
a1013fde — Michael Hueschen 3 years ago
flake-ify

- add flake.nix
- drop legacy nix files
- add shell.nix devShell shim (for legacy nix)
- add .envrc (lorri / nix-direnv)
- cabal2nix now uses new stdenv location
000ac34c — Michael Hueschen 4 years ago
type annotations
9f86149b — Michael Hueschen 4 years ago
revamp to use cabal2nix

this seems more appropriate for small projects, at the sizes I'm
working. I think that haskell.nix is aimed more for large projects and
large teams of devs?
4e1c5e93 — Michael Hueschen 4 years ago
update to use new `compiler-nix-name`
7d22c352 — Michael Hueschen 4 years ago
Document binary caches
d76bf7d3 — Michael Hueschen 4 years ago
Add `default.nix` to build `uncap`
2bab9539 — Michael Hueschen 4 years ago
README tweaks
8afaa7c7 — Michael Hueschen 4 years ago
Init