Skip to content

fmthoma/vty-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Workshop: Terminal GUIs with Haskell

Prerequisites:

  • Linux/Unix machine or VM: Unfortunately, Vty does not support Windows currently. You can try with Win10 and WSL, but I'd rather recommend a Linux VM if you're on Windows.

  • You'll need a working Stack installation to build the project.

  • Clone or download this repository and check that the build works:

      git clone https://github.com/fmthoma/vty-workshop
      cd vty-workshop/code
      stack build
      stack exec vty-test
    

    You should see the following text in your terminal:

      It works!
      Press any key to continue
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published