-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ghc: Update to 8.6.5 and major Portfile refactoring
* Download x86_64-apple-darwin version from haskell.org * Include gpg signature verification * Bootstrap from source * Eliminate old patch files, compiler incompatibilities
- Loading branch information
Showing
7 changed files
with
286 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
:def hoogle \x -> return $ ":!hoogle \"" ++ x ++ "\"" | ||
:def doc \x -> return $ ":!hoogle --info \"" ++ x ++ "\"" | ||
:def hg \x -> return $ ":!hoogle \"" ++ x ++ "\"" | ||
:set +t +s | ||
-- :set prompt "ghci> " | ||
-- :set prompt "\ESC[34mλ> \ESC[m" | ||
:set prompt "\ESC[1;34m%s\n\ESC[0;34mλ> \ESC[m" |
Oops, something went wrong.