Haskell Users Group (unofficial) reshared this.
!Haskell Users Group (unofficial)
Has anyone successfully cross-compiled a #Haskell project to .exe from a *NIX system (preferably Debian)? I've casually looked into it in the past, but never given it a serious try.
Has anyone successfully cross-compiled a #Haskell project to .exe from a *NIX system (preferably Debian)? I've casually looked into it in the past, but never given it a serious try.
Haskell Users Group (unofficial) reshared this.
!Haskell Users Group (unofficial)
So, I created a #Haskell #TUI program using brick. I wanted to have it support cursor keys, as well as vim and Emacs-style cursor movement, but for whatever reason I can't get it to register C-n
and C-p
keypresses. C-f
and C-b
worked fine though.
Anyone have any ideas as to why this might be?
The repository is at: git.fingerprintsoftware.ca/jla…
reshared this
Jonathan Lamothe
in reply to Jonathan Lamothe • • •I'm of the understanding that it can perhaps be done with Haskell.nix?
Edit: typo