The great Flakes refactor

This commit is contained in:
Robert W. Pearce 2021-06-13 00:02:29 -04:00
parent 20e9bb70ba
commit 3d765d6805
No known key found for this signature in database
GPG key ID: 07A0E482E5616C9B
28 changed files with 463 additions and 507 deletions

5
.ghci
View file

@ -1,4 +1,7 @@
:def hoogle \x -> return $ ":!hoogle --count=15 \"" ++ x ++ "\""
:def doc \x -> return $ ":!hoogle --info \"" ++ x ++ "\""
:set -Wall
:set -fno-warn-type-defaults
:set -fno-warn-type-defaults -ferror-spans -freverse-errors -fprint-expanded-synonyms
:set prompt "\ESC[0;32m%s\n\ESC[m[ghci]\ESC[38;5;172mλ \ESC[m"
:set prompt-cont " \ESC[38;5;172m> \ESC[m"
:load ssg/src/Slug.hs ssg/src/Main.hs