We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b8cae1 + 64f2688 commit cda73b9Copy full SHA for cda73b9
README.md
@@ -12,7 +12,8 @@ Install haskell compiler and required libraries:
12
apt-get install haskell-platform make
13
apt-get install libghc-missingh-dev libghc-optparse-applicative-dev \
14
libghc-pandoc-dev libghc-postgresql-simple-dev libghc-yaml-dev
15
-
+ apt-get install make
16
+
17
Run the script
18
19
./dev-setup.bash
@@ -21,4 +22,4 @@ which installs a patched library and checks the install status of all libraries.
21
22
Now you can
23
24
make
- make install
25
+ make install
0 commit comments