summaryrefslogtreecommitdiff
path: root/README
blob: f7c874dbee0ecbdee82fbedd300c5cc8485e696c (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
Hello! You look nice today.


Installing
==========

To build and install to ~/.cabal/bin:

  % cabal install --disable-documentation

To build and install somewhere else:

  % cabal install --prefix=$HOME --disable-documentation


Running
=======

  % tt --help


Hacking
=======

First, run:

  % cabal configure

Run this to build your changes:

  % cabal build

The executable will be `./dist/build/tt/tt`.


What is this Cabal crap?
========================

`cabal` lives in the Debian package 'cabal-install'.