AoikWinWhich written in Haskell.
Tested working with:
- Haskell Platform 2014.2.0.0
- Windows 8.1
- Windows earlier versions should work but not tested
Clone this git repository to local:
git clone https://github.com/AoiKuiyuyou/AoiWinWhich-Haskell
In the local repository directory, the source file is aoikwinwhich.hs.
Use program runhaskell to run without compiling:
runhaskell src/aoikwinwhich/aoikwinwhich.hs
Use program ghc to compile:
ghc src/aoikwinwhich/aoikwinwhich.hs
- The generated program file is src/aoikwinwhich/aoikwinwhich.exe.
See usage in the general project AoikWinWhich.