<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/driver, branch ghc-gitlab-ghc-head</title>
<subtitle>Haddock with an org backend (haddorg).
</subtitle>
<id>https://g.ypei.me/haddock.git/atom?h=ghc-gitlab-ghc-head</id>
<link rel='self' href='https://g.ypei.me/haddock.git/atom?h=ghc-gitlab-ghc-head'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/'/>
<updated>2018-05-10T15:44:58+00:00</updated>
<entry>
<title>Use the response file utilities defined in `base` (#821)</title>
<updated>2018-05-10T15:44:58+00:00</updated>
<author>
<name>Chaitanya Koparkar</name>
<email>ckoparkar@gmail.com</email>
</author>
<published>2018-05-10T15:44:58+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=4b025fdbaf89f95f3899b54f09f07842420a16d9'/>
<id>urn:sha1:4b025fdbaf89f95f3899b54f09f07842420a16d9</id>
<content type='text'>
Summary: The response file related modules were recently copied from
`haddock` into `base`. This patch removes them from `haddock`.

GHC Trac Issues: #13896</content>
</entry>
<entry>
<title>The Haddock part for fully gcc-like response files</title>
<updated>2016-01-02T07:45:25+00:00</updated>
<author>
<name>randen</name>
<email>randen@users.noreply.github.com</email>
</author>
<published>2016-01-02T02:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=d510c45790432249fe7027b1ed70ce1c06fdd824'/>
<id>urn:sha1:d510c45790432249fe7027b1ed70ce1c06fdd824</id>
<content type='text'>
" driver/Main.hs
  * Moved the response file handling into ResponseFile.hs,
    updating import section as appropriate.
* driver/ResponseFile.hs
  * New file. In anticipation that maybe some day this could
    be provided by another library, and to make it possible
    to unit test, this functionality is pulled out of the
    Main.hs module, and expanded to support the style/format
    of response files which gcc uses.
  * The specification for the format of response files which
    gcc generates and consumes, seems to be best derived from
    the gcc code itself (libiberty/argv.c), so that is what
    has been done here.
  * This is intended to fix haskell/haddock#379
* driver-test/Main.hs
  * New file for testing code in the driver source tree
* driver-test/ResponseFileSpec.hs
  * Tests, adapted/adopted from the same gcc code where the
    escaping/unescaping is from, in the hspec style of unit
    tests
* haddock.cabal
  * Add the driver-test test-suite.  Introduces a new library
    dependency (upon hspec) for the haddock driver target in
    the haddock.cabal file, but practically, this should not
    be a problem as the haddock-api tests already depend on
    hspec.
</content>
</entry>
<entry>
<title>Break the response file by line termination rather</title>
<updated>2015-07-30T21:49:08+00:00</updated>
<author>
<name>randen</name>
<email>randen@users.noreply.github.com</email>
</author>
<published>2015-07-30T21:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=9affe8f6b3a9b07367c8c14162aecea8b15856a6'/>
<id>urn:sha1:9affe8f6b3a9b07367c8c14162aecea8b15856a6</id>
<content type='text'>
than spaces, since spaces may be within the parameters.
This simple approach avoids having the need for any
quoting and/or escaping (although a newline char will
not be possible in a parameter and has no escape
mechanism to allow it).
</content>
</entry>
<entry>
<title>Expand response files in arguments</title>
<updated>2015-03-28T20:39:10+00:00</updated>
<author>
<name>Mateusz Kowalczyk</name>
<email>fuuzetsu@fuuzetsu.co.uk</email>
</author>
<published>2015-03-28T20:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=d567a12b2d24bab610cd7e8f8014d40c7615e24d'/>
<id>urn:sha1:d567a12b2d24bab610cd7e8f8014d40c7615e24d</id>
<content type='text'>
Closes #285
</content>
</entry>
<entry>
<title>Export Haddock's main entry point from library</title>
<updated>2012-10-04T14:12:17+00:00</updated>
<author>
<name>Simon Hengel</name>
<email>sol@typeful.net</email>
</author>
<published>2012-10-01T22:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=ae3690c2349b595a1fb459a4374cfe2e668a04aa'/>
<id>urn:sha1:ae3690c2349b595a1fb459a4374cfe2e668a04aa</id>
<content type='text'>
</content>
</entry>
</feed>
