Skip to content

SwyrWolf/HaskellHello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

First haskell project.

  • The installed haskell tooling is "stack" installed via winget winget install commercialhaskell.stack

Compilation Steps

command: stack ghc -- hello.hs -o ./build/hello.exe command: rm *.o and rm *.hi or rm *.o, *.hi

Git CLI commands:

(Why? Because I need to write these down somewhere so deal with it 😉)

  • git init (Initialize the project)
  • git commit -m "Type message here"
  • git branch -M main
  • git remote add origin https://github.com/myrepo.git
  • git push -u origin main

VSCode Keyboard home controls:

(Why? Because I personally want to avoid moving my hands to mouse or arrow keys) (Consideration: Windows Powershell / VSCode / Defaults)

  • Powershell :: create file ni hello.hs (ni - shorthand for new-item)
  • VSCode :: open file Ctrl + P type name && navigate down w/ Ctrl + P
  • VSCode :: keyboard shortcuts Ctrl + K, Ctrl + S

VS Code Add keybind to Folders

Title: workbench.views.service.auxiliarybar.689dd27a-aeef-468c-85c3-d64367440523: Focus on Folders View ID: workbench.explorer.fileView.focus Keybind: ctrl + shift + e

About

First time samples of using Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors