summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Sandberg Ericsson <adam@sandbergericsson.se>2020-04-19 12:26:04 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-04-21 06:38:45 -0400
commitbca02fca0119354a6201fd5d019a553015ba2dd8 (patch)
tree4faf16e84c3e24076023e8068d30b671e9c506f3
parentd5fae7da02cff1c7ec7b8e472f85d23aef098968 (diff)
downloadhaskell-bca02fca0119354a6201fd5d019a553015ba2dd8.tar.gz
docs: drop note about not supporting shared libraries on unix systems
[skip ci]
-rw-r--r--docs/users_guide/packages.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/users_guide/packages.rst b/docs/users_guide/packages.rst
index 2d6253bf92..502e005280 100644
--- a/docs/users_guide/packages.rst
+++ b/docs/users_guide/packages.rst
@@ -1339,8 +1339,6 @@ The allowed fields, with their types, are:
``libHSfoo.a``
The name of the library on Unix and Windows (mingw) systems.
- Note that we don't support building dynamic libraries of Haskell
- code on Unix systems.
``HSfoo.dll``
The name of the dynamic library on Windows systems (optional).