You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/haskell.rst
+6-3
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,17 @@ On a Unix system you will need the following tools installed.
30
30
* ``gcc``
31
31
* ``libffi``
32
32
* ``libgmp``
33
-
* ``libtinfo5``
33
+
* ``libtinfo6``
34
34
* ``make``
35
-
* ``python3`` (``python`` also needs to be available in ``$PATH``. Depending on your distribution, this might require installing the ``python`` meta-package, which might use Python 2 or 3, ``rules_haskell`` works with both.)
35
+
* ``python3``
36
36
* JDK (e.g., OpenJDK 8 or 11)
37
37
38
38
On Ubuntu you can obtain them by installing the following packages. ::
doc="Select a specific `dist` of a GHC binary tarball (e.g. deb10, alpine312) for a platform",
52
+
),
53
+
"variant": attr.string_dict(
54
+
doc="Select a specific `variant` of a GHC binary tarball (e.g. dwarf, native_int) for a platform",
55
+
),
44
56
"target": attr.string(
45
57
mandatory=True,
46
58
doc="The desired architecture (See [ghc_bindist_generated.json](https://github.com/tweag/rules_haskell/blob/master/haskell/private/ghc_bindist_generated.json))",
0 commit comments