Skip to content

Instantly share code, notes, and snippets.

@kakkun61
Created September 26, 2019 06:54
Show Gist options
  • Save kakkun61/d09cae6b5d07bf11b256bdd618680983 to your computer and use it in GitHub Desktop.
Save kakkun61/d09cae6b5d07bf11b256bdd618680983 to your computer and use it in GitHub Desktop.
Install ThreadScope 0.2.11.1 on Windows

Edit stack.yaml

resolver: lts-12.26
extra-deps:
- ghc-events-0.8.0.2@sha256:3b591d15e8fab7426d9a9c2a0086872ee10232d78646d82705e0f2eea64df74c,4721

Install ThreadScope and dependencies

Some pacman packages may be redundant.

stack exec -- pacman -S mingw64/mingw-w64-x86_64-glib2 mingw64/mingw-w64-x86_64-cairo mingw64/mingw-w64-x86_64-pkg-config mingw64/mingw-w64-x86_64-gobject-introspection mingw64/mingw-w64-x86_64-gtksourceview3 mingw64/mingw-w64-x86_64-webkitgtk3
stack install threadscope
threadscope --test ch8 # view sample data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment