<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/haskell.git/libraries/base/System/IO/Error.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 @since annotations for isResourceVanishedError and friends (#17488)</title>
<updated>2019-11-28T01:01:50+00:00</updated>
<author>
<name>Ryan Scott</name>
<email>ryan.gl.scott@gmail.com</email>
</author>
<published>2019-11-17T16:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=9e5477c46bbcd3beadd1a67a294056628e394945'/>
<id>9e5477c46bbcd3beadd1a67a294056628e394945</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add predicates for testing if IOError is ResourceVanished.</title>
<updated>2019-09-13T19:43:16+00:00</updated>
<author>
<name>Andrew Martin</name>
<email>andrew.thaddeus@gmail.com</email>
</author>
<published>2019-08-19T15:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=046ca13356813af0817a7b3744315d012832fe2e'/>
<id>046ca13356813af0817a7b3744315d012832fe2e</id>
<content type='text'>
This adds isResourceVanished, resourceVanishedErrorType, and
isResourceVanishedErrorType to System.IO.Error, resolving #14730.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds isResourceVanished, resourceVanishedErrorType, and
isResourceVanishedErrorType to System.IO.Error, resolving #14730.
</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>`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>Move Applicative/MonadPlus into GHC.Base</title>
<updated>2014-09-18T21:12:57+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2014-09-18T21:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=a94dc4c3067c6a0925e2e39f35ef0930771535f1'/>
<id>a94dc4c3067c6a0925e2e39f35ef0930771535f1</id>
<content type='text'>
This is necessary in order to invert the import-dependency between
Data.Foldable and Control.Monad (for addressing #9586)

This also updates the `binary` submodule to qualify a GHC.Base import

Reviewed By: austin

Differential Revision: https://phabricator.haskell.org/D223
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary in order to invert the import-dependency between
Data.Foldable and Control.Monad (for addressing #9586)

This also updates the `binary` submodule to qualify a GHC.Base import

Reviewed By: austin

Differential Revision: https://phabricator.haskell.org/D223
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Haddock `/Since: 4.4.0.0/` comments to symbols</title>
<updated>2013-09-22T20:04:55+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2013-09-22T20:04:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=40c00afe77a442c4cdc1bb85fadbd57aea89abb8'/>
<id>40c00afe77a442c4cdc1bb85fadbd57aea89abb8</id>
<content type='text'>
This commit retroactively adds `/Since: 4.4.0.0/` annotations to symbols
newly added/exposed in `base-4.4.0.0` (as shipped with GHC 7.2.1).

See also 6368362f which adds the respective annotation for symbols newly
added in `base-4.7.0.0` (that goes together with GHC 7.8.1).

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 commit retroactively adds `/Since: 4.4.0.0/` annotations to symbols
newly added/exposed in `base-4.4.0.0` (as shipped with GHC 7.2.1).

See also 6368362f which adds the respective annotation for symbols newly
added in `base-4.7.0.0` (that goes together with GHC 7.8.1).

Signed-off-by: Herbert Valerio Riedel &lt;hvr@gnu.org&gt;
</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>
<entry>
<title>Remove some always-true CPP tests from System.IO.Error</title>
<updated>2013-02-17T18:42:55+00:00</updated>
<author>
<name>Ian Lynagh</name>
<email>ian@well-typed.com</email>
</author>
<published>2013-02-17T18:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=b5c9939f565a2fd4c0cc656f54ef7a60fbab947a'/>
<id>b5c9939f565a2fd4c0cc656f54ef7a60fbab947a</id>
<content type='text'>
If
    defined(__GLASGOW_HASKELL__) || defined(__HUGS__)
was False then compilation would have failed anyway, e.g. due to a
missing definition for annotateIOError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If
    defined(__GLASGOW_HASKELL__) || defined(__HUGS__)
was False then compilation would have failed anyway, e.g. due to a
missing definition for annotateIOError.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove nhc98-specific files and content</title>
<updated>2013-02-15T20:51:56+00:00</updated>
<author>
<name>Ian Lynagh</name>
<email>ian@well-typed.com</email>
</author>
<published>2013-02-15T20:51:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/haskell.git/commit/?id=25d1eafeb41f046630f978da3655ae578c9c83b1'/>
<id>25d1eafeb41f046630f978da3655ae578c9c83b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
