1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-07-20 16:40:14 +00:00
Files
apps
colorscheme
disks
docs
hosts
modules
overlays
private
templates
basic
haskell
app
bench
src
test
.gitignore
.hlint.yaml
cabal.project
flake.nix
hello.cabal
hie.yaml
poetry
python
windows
.envrc
.gitignore
.stylua.toml
LICENSE
README.md
flake.lock
flake.nix
password.sha512
public-keys
dotfiles/templates/haskell/.gitignore
2022-07-04 19:17:58 -04:00

28 lines
261 B
Plaintext

### Nix ###
result
### Haskell ###
dist
dist-*
cabal-dev
*.o
*.hi
*.hie
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*