Skip to content

Commit 220bffd

Browse files
committed
[ README ] install instructions
1 parent 07efcc7 commit 220bffd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

courseworks/2-Genetic/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Installing dependencies
22

3+
## `random`
4+
35
Note that `System.Random` is ultimately using Haskell functions
46
to implement the `IO` randomness. To compile the project, you'll
57
need to have the Haskell `random` library installed. It should
@@ -9,3 +11,15 @@ terminal:
911
```shell
1012
cabal install --lib random
1113
```
14+
15+
16+
## `text`
17+
18+
Similarly, the `String` manipulating primitives are implemented
19+
in terms of Haskell functions and so you will need `text` installed.
20+
It should be possible to do it by invoking the following command
21+
from the terminal:
22+
23+
``shell
24+
cabal install --lib text
25+
```

0 commit comments

Comments
 (0)