Last active
August 16, 2018 22:26
-
-
Save alptugan/e7fa8a46ed3d1eff530506f907a3df70 to your computer and use it in GitHub Desktop.
Issues, installation, etc...
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
# re-installing Tidal | |
# 1- Uninstall haskell | |
# to see installed versions | |
$ uninstall-hs | |
$ uninstall-hs thru [current version of yours. DO NOT INCLUDE brackets] --remove | |
# 2- Instal Tidal again | |
$ cabal install tidal | |
# 3- check installed tidal components | |
$ cabal list tidal | |
# 4- install tidal-midi | |
$ cabal install tidal-midi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment