Something that wants to be a syntax highlighting text editor in haskell when it grows up
Find a file
2016-08-11 08:10:41 +02:00
src changed ByteString to String since it doesn't matter anyway for this mini editor 2016-08-11 08:10:41 +02:00
.gitignore init+gitignore 2016-06-30 12:29:41 +02:00
hedit.cabal fontification for strings, guards, returns, comments 2016-08-11 04:17:42 +02:00
README.txt README 2016-08-06 14:12:24 +02:00
Setup.hs total conversion mod 2016-08-06 13:29:27 +02:00

Using cabal now, update hedit.cabal as needed

https://wiki.haskell.org/Structure_of_a_Haskell_project
http://katychuang.com/cabal-guide/