diff options
author | Siddhanathan Shanmugam <siddhanathan@gmail.com> | 2016-12-17 18:09:13 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-17 18:09:41 -0500 |
commit | e0fe7c3131c4a18ddd9dd9f2afdd46cafc8cd7ae (patch) | |
tree | 8a505c6b3ce54e3c046c4b58fcf6557f483b0054 /docs | |
parent | 21dde8126d615a082648c916a3e20d9878f22517 (diff) | |
download | haskell-e0fe7c3131c4a18ddd9dd9f2afdd46cafc8cd7ae.tar.gz |
Docs: Delete duplicate paragraph in user guide
Removes duplicate paragraph in user guide. The same paragraph is
repeated below this one.
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2874
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/intro.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/users_guide/intro.rst b/docs/users_guide/intro.rst index 677f4625b4..ad6763c8dc 100644 --- a/docs/users_guide/intro.rst +++ b/docs/users_guide/intro.rst @@ -146,14 +146,6 @@ numbering GHC versions: branch. For example, ``6.8.1.20040225`` would be a snapshot of the ``6.8`` branch during the development of ``6.8.2``. - The value of ``__GLASGOW_HASKELL__`` for a snapshot release is the - integer ⟨xyy⟩. You should never write any conditional code which - tests for this value, however: since interfaces change on a - day-to-day basis, and we don't have finer granularity in the values - of ``__GLASGOW_HASKELL__``, you should only conditionally compile - using predicates which test whether ``__GLASGOW_HASKELL__`` is equal - to, later than, or earlier than a given major release. - We may make snapshot releases of the HEAD `available for download <http://www.haskell.org/ghc/dist/current/dist/>`__, and the latest sources are available from |