This file contains hidden or 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
command -v sw_vers && sw_vers # OS X only | |
command -v uname && uname -a # Kernel version | |
command -v stack && stack --version | |
command -v stack && stack ghc -- --version | |
command -v stack && stack ls dependencies | |
command -v yesod && yesod version | |
/usr/bin/uname | |
Linux sure 5.15.0-52-generic #58-Ubuntu SMP Thu Oct 13 08:03:55 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux | |
/home/ricky/.ghcup/bin/stack | |
Version 2.9.1, Git revision 409d56031b4240221d656db09b2ba476fe6bb5b1 x86_64 hpack-0.35.0 |