1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-07-20 19:00:13 +00:00
Files
.github
apps
colorscheme
disks
docs
hosts
misc
modules
overlays
private
templates
basic
haskell
app
bench
src
test
.gitignore
.hlint.yaml
cabal.project
flake.nix
hello.cabal
hie.yaml
poetry
python
rust
README.md
windows
.envrc
.gitignore
.stylua.toml
LICENSE
README.md
flake.lock
flake.nix
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.*