An @-sign in a box, in haskell
Initial commit of a Haskell version of Xanthous, written using Brick and built with Nix. This is so much nicer and so much easier
This commit is contained in:
parent
fb0d1b3e66
commit
d3f3890dc5
17 changed files with 1075 additions and 3 deletions
32
.gitignore
vendored
32
.gitignore
vendored
|
|
@ -1,3 +1,29 @@
|
|||
/target
|
||||
**/*.rs.bk
|
||||
debug.log
|
||||
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.*
|
||||
|
||||
# from nix-build
|
||||
result
|
||||
|
||||
# grr
|
||||
*_flymake.hs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue