diff options
author | Adam Sandberg Ericsson <adam@sandbergericsson.se> | 2020-04-19 12:26:04 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-04-21 06:38:45 -0400 |
commit | bca02fca0119354a6201fd5d019a553015ba2dd8 (patch) | |
tree | 4faf16e84c3e24076023e8068d30b671e9c506f3 /docs | |
parent | d5fae7da02cff1c7ec7b8e472f85d23aef098968 (diff) | |
download | haskell-bca02fca0119354a6201fd5d019a553015ba2dd8.tar.gz |
docs: drop note about not supporting shared libraries on unix systems
[skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/packages.rst | 2 |
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). |