{
  home.file.".ghci".text = ''
    -- Custom prompt breaks ob-haskell:
    -- https://github.com/aspiers/orgmode/blob/5121209baa4e0e9532b521ec997b66bb8be31460/lisp/ob-haskell.el#L121-L124
    -- :set prompt "\SOH\ESC[93m\STXλ\SOH\ESC[34;1m\STX>\SOH\ESC[0;48;05;233m\STX "

    -- Reversing errors breaks ghcid's --reverse-errors·
    -- :set -freverse-errors
  '';
}