Thanks for this tutorial. Can you do one about integrating Haskell, Cabal and Sublime Text? That way we can create projects and compile them internally just by using "Ctrl+B", instead of going back to the terminal just so we can run the code we just edited.
Hi, I tried typing in the command 'cabal build myproj' on Powershell on my Windows 10 PC. However, an error starting with "cabal.exe: Could not resolve dependencies:" appears after I tried to execute that command. This means I cannot install or use external libraries. I also discovered that when I installed Haskell platform from scratch, the PATH environment variable "C:/users/username/appdata/roaming/cabal/bin" is added but the folder 'bin' is not added to the folder "C:/users/username/appdata/roaming/cabal". Can you please help me?
Thanks for this tutorial.
Can you do one about integrating Haskell, Cabal and Sublime Text? That way we can create projects and compile them internally just by using "Ctrl+B", instead of going back to the terminal just so we can run the code we just edited.
Hi, I tried typing in the command 'cabal build myproj' on Powershell on my Windows 10 PC. However, an error starting with "cabal.exe: Could not resolve dependencies:" appears after I tried to execute that command. This means I cannot install or use external libraries. I also discovered that when I installed Haskell platform from scratch, the PATH environment variable "C:/users/username/appdata/roaming/cabal/bin" is added but the folder 'bin' is not added to the folder "C:/users/username/appdata/roaming/cabal". Can you please help me?
same problem here!
How did you resolve this problem eventually?
@@cerinebouber2161 need to downgrade cabal and ghc version to not have dependency conflicts with the program to be built/installed.
You helped me a lot , thanks