<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/haskell.git/libraries/base/System/Exit.hs, branch wip/stringbuffer</title>
<subtitle>gitlab.haskell.org: ghc/ghc.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/'/>
<entry>
<title>Fix ambiguous/out-of-scope Haddock identifiers</title>
<updated>2018-08-21T22:56:11+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2018-08-21T20:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=ddffa0cd8da568c97011007fc6470c61cd4447e5'/>
<id>ddffa0cd8da568c97011007fc6470c61cd4447e5</id>
<content type='text'>
This drastically cuts down on the number of Haddock warnings when making
docs for `base`.  Plus this means more actual links end up in the docs!
Also fixed other small mostly markup issues in the documentation along
the way.

This is a docs-only change.

Reviewers: hvr, bgamari, thomie

Reviewed By: thomie

Subscribers: thomie, rwbarton, carter

Differential Revision: https://phabricator.haskell.org/D5055
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This drastically cuts down on the number of Haddock warnings when making
docs for `base`.  Plus this means more actual links end up in the docs!
Also fixed other small mostly markup issues in the documentation along
the way.

This is a docs-only change.

Reviewers: hvr, bgamari, thomie

Reviewed By: thomie

Subscribers: thomie, rwbarton, carter

Differential Revision: https://phabricator.haskell.org/D5055
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling only [ci skip]</title>
<updated>2017-02-23T16:13:54+00:00</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2017-02-23T16:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=9a2a2aef1c84292cc51719ee36e12c5723554efe'/>
<id>9a2a2aef1c84292cc51719ee36e12c5723554efe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert `/Since: .../` to new `@since ...` syntax</title>
<updated>2014-12-16T12:30:08+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2014-12-16T11:07:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=554aedab646075e12e53b44df04bcfbccbe03a73'/>
<id>554aedab646075e12e53b44df04bcfbccbe03a73</id>
<content type='text'>
Starting with Haddock 2.16 there's a new built-in support for since-annotations

Note: This exposes a bug in the `@since` implementation (see e.g. `Data.Bits`)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Starting with Haddock 2.16 there's a new built-in support for since-annotations

Note: This exposes a bug in the `@since` implementation (see e.g. `Data.Bits`)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant explicit `Prelude` imports</title>
<updated>2014-10-19T10:21:59+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2014-10-19T10:03:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=abfbb0d6aa65bf6f664fd86eecc72bd3a28bb0b9'/>
<id>abfbb0d6aa65bf6f664fd86eecc72bd3a28bb0b9</id>
<content type='text'>
Since they're implied by the lack of `NoImplicitPrelude`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since they're implied by the lack of `NoImplicitPrelude`
</pre>
</div>
</content>
</entry>
<entry>
<title>`M-x delete-trailing-whitespace` &amp; `M-x untabify`</title>
<updated>2014-09-24T21:42:55+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2014-09-24T21:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=805ee118b823f271dfd8036d35b15eb3454a95ad'/>
<id>805ee118b823f271dfd8036d35b15eb3454a95ad</id>
<content type='text'>
...several modules in `base` recently touched by me
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...several modules in `base` recently touched by me
</pre>
</div>
</content>
</entry>
<entry>
<title>base: replace ver 4.7.1.0 references by 4.8.0.0</title>
<updated>2014-09-09T16:50:19+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2014-09-09T16:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=68ecc578c800aa2767dbf48863f4742859b1a8ec'/>
<id>68ecc578c800aa2767dbf48863f4742859b1a8ec</id>
<content type='text'>
Since we now had to major bump due to AMP being landed, `base-4.7.1.0` is not
gonna happen, as we're going straight for a `base-4.8.0.0` release.

[skip ci] since this is a doc-only change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we now had to major bump due to AMP being landed, `base-4.7.1.0` is not
gonna happen, as we're going straight for a `base-4.8.0.0` release.

[skip ci] since this is a doc-only change
</pre>
</div>
</content>
</entry>
<entry>
<title>Generalise type of recently added System.Exit.die</title>
<updated>2014-04-21T18:35:56+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2014-04-21T18:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=bcd989d13072a189b49d9393b0d4b1bbaede9d36'/>
<id>bcd989d13072a189b49d9393b0d4b1bbaede9d36</id>
<content type='text'>
This is a follow-up to 77ea2eb0ab36d1a (re #9016) which added `die` with a
return type of `IO ()` even though all other functions in System.Exit have
the more general return type `IO a`. It is assumed this was an oversight in
the original proposal.

Acked-by: Edward Kmett &lt;ekmett@gmail.com&gt;
Signed-off-by: Herbert Valerio Riedel &lt;hvr@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a follow-up to 77ea2eb0ab36d1a (re #9016) which added `die` with a
return type of `IO ()` even though all other functions in System.Exit have
the more general return type `IO a`. It is assumed this was an oversight in
the original proposal.

Acked-by: Edward Kmett &lt;ekmett@gmail.com&gt;
Signed-off-by: Herbert Valerio Riedel &lt;hvr@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add System.Exit.die (re #9016)</title>
<updated>2014-04-21T15:18:17+00:00</updated>
<author>
<name>Simon Hengel</name>
<email>sol@typeful.net</email>
</author>
<published>2014-04-21T03:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=77ea2eb0ab36d1a610269f6737b509b6f6a376fa'/>
<id>77ea2eb0ab36d1a610269f6737b509b6f6a376fa</id>
<content type='text'>
The original proposal discussion can be found at

  http://thread.gmane.org/gmane.comp.lang.haskell.libraries/20872

Note this also updates the Haddock submodule to remove Hadock's local
`die` implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original proposal discussion can be found at

  http://thread.gmane.org/gmane.comp.lang.haskell.libraries/20872

Note this also updates the Haddock submodule to remove Hadock's local
`die` implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Constant-fold `__GLASGOW_HASKELL__` CPP conditionals</title>
<updated>2013-09-17T07:54:07+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2013-09-15T21:05:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=0f5eae0232a86ec57d841a83e6929361e2751270'/>
<id>0f5eae0232a86ec57d841a83e6929361e2751270</id>
<content type='text'>
Now that HUGS and NHC specific code has been removed, this commit "folds"
the now redundant `#if((n)def)`s containing `__GLASGOW_HASKELL__`.  This
renders `base` officially GHC only.

This commit also removes redundant `{-# LANGUAGE CPP #-}`.

Signed-off-by: Herbert Valerio Riedel &lt;hvr@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that HUGS and NHC specific code has been removed, this commit "folds"
the now redundant `#if((n)def)`s containing `__GLASGOW_HASKELL__`.  This
renders `base` officially GHC only.

This commit also removes redundant `{-# LANGUAGE CPP #-}`.

Signed-off-by: Herbert Valerio Riedel &lt;hvr@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Hugs98 specific code</title>
<updated>2013-09-17T07:47:55+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2013-09-15T08:58:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=43ece172e7045d5ba633be6193f3e908eaa81f00'/>
<id>43ece172e7045d5ba633be6193f3e908eaa81f00</id>
<content type='text'>
For rationale. see
 http://permalink.gmane.org/gmane.comp.lang.haskell.ghc.devel/2349

Signed-off-by: Herbert Valerio Riedel &lt;hvr@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For rationale. see
 http://permalink.gmane.org/gmane.comp.lang.haskell.ghc.devel/2349

Signed-off-by: Herbert Valerio Riedel &lt;hvr@gnu.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
