Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dochi/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Data.List (intercalate, intersperse)
import Data.Maybe (fromMaybe)
import qualified Data.Map as M
import Control.Monad.State
import Random
import System.Random



Expand Down
16 changes: 16 additions & 0 deletions HowToInstall.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Install Dochi to Linux Mint14 (64bit)

1 run the below 2 commandes in terminal
sudo apt-get update
sudo apt-get install haskell-platform libghc-editline-dev

2 clone this reposiory by git

3 run the below command in this directory

cabal install

4 add installed directory to path variable
(by default ,dochi is installed in $HOME/.dochi/bin)

then you can run the command 'dochi'
2 changes: 1 addition & 1 deletion dochi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Build-Type: Simple
Cabal-Version: >=1.2

library
Build-Depends: base, haskell98, mtl, containers, parsec, editline
Build-Depends: base, mtl, containers, parsec, editline, random
GHC-Options: -fglasgow-exts
Exposed-Modules:
Dochi.Interpreter
Expand Down