-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
26 lines (18 loc) · 935 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--------------------------------------------------------------------------------
Dependencies
--------------------------------------------------------------------------------
1) GHC >= 6.10.4
Easiset way is to download binary from http://www.haskell.org/ghc/
2) Cabal >= 1.6.0.3
Easiest way is to download cabal-install from
http://www.haskell.org/cabal/download.html and download the
cabal-install tool. Running bootstrap.sh will download everything
you need.
--------------------------------------------------------------------------------
Installation
--------------------------------------------------------------------------------
1) Get the required Haskell libraries:
cabal update
cabal install HUnit quickcheck-2.1.0.2 hslogger utf8-string
2) make
3) Make sure ~/.cabal/bin is on your path. The atp executable resides there.