<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/haddock-library/vendor, branch master</title>
<subtitle>Haddock with an org backend (haddorg).
</subtitle>
<id>https://g.ypei.me/haddock.git/atom?h=master</id>
<link rel='self' href='https://g.ypei.me/haddock.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/'/>
<updated>2018-04-25T18:24:07+00:00</updated>
<entry>
<title>Replace 'attoparsec' with 'parsec' (#799)</title>
<updated>2018-04-25T18:24:07+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2018-04-25T18:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=79c7159101c03bbbc7350e07963896ca2bb97c02'/>
<id>urn:sha1:79c7159101c03bbbc7350e07963896ca2bb97c02</id>
<content type='text'>
* Remove attoparsec with parsec and start fixing failed parses

* Make tests pass

* Fix encoding issues

The Haddock parser no longer needs to worry about bytestrings. All
the internal parsing work in haddock-library happens over 'Text'.

* Remove attoparsec vendor

* Fix stuff broken in 'attoparsec' -&gt; 'parsec'

* hyperlinks
* codeblocks
* examples

Pretty much all issues are due to attoparsec's backtracking failure
behaviour vs. parsec's non-backtracking failure behaviour.

* Fix small TODOs

* Missing quote + Haddocks

* Better handle spaces before/after paragraphs

* Address review comments
</content>
</entry>
<entry>
<title>Update attoparsec-0.12.1.1 to attoparsec-0.13.1.0</title>
<updated>2017-04-29T20:00:25+00:00</updated>
<author>
<name>alexbiehl</name>
<email>alex.biehl@gmail.com</email>
</author>
<published>2017-04-28T09:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=799a41fffde7ec6e1c2097b895925a4adac5419f'/>
<id>urn:sha1:799a41fffde7ec6e1c2097b895925a4adac5419f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Canonicalise Monad instances</title>
<updated>2015-12-14T15:54:22+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2015-12-04T23:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=3f503bd54678ec9ea611ba81360b573eb745e7b0'/>
<id>urn:sha1:3f503bd54678ec9ea611ba81360b573eb745e7b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import Data.Word w/o import-list</title>
<updated>2014-12-12T06:26:51+00:00</updated>
<author>
<name>Herbert Valerio Riedel</name>
<email>hvr@gnu.org</email>
</author>
<published>2014-08-31T09:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=aa88d2cc920e0879481483ba427ace44199137e7'/>
<id>urn:sha1:aa88d2cc920e0879481483ba427ace44199137e7</id>
<content type='text'>
This is needed to keep the compilation warning free (and thus pass GHC's
./validate) regardless of whether Word is re-exported from Prelude or not

See https://ghc.haskell.org/trac/ghc/ticket/9531 for more details
</content>
</entry>
<entry>
<title>Update to attoparsec-0.12.1.1</title>
<updated>2014-08-08T02:58:19+00:00</updated>
<author>
<name>Mateusz Kowalczyk</name>
<email>fuuzetsu@fuuzetsu.co.uk</email>
</author>
<published>2014-08-07T23:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=d8f1c1cc4e8825f39ffc87fddfe6ff9c58f9ef8e'/>
<id>urn:sha1:d8f1c1cc4e8825f39ffc87fddfe6ff9c58f9ef8e</id>
<content type='text'>
There seems to be memory and speed improvement.
</content>
</entry>
<entry>
<title>Move parser + parser tests out to own package.</title>
<updated>2014-05-05T09:00:41+00:00</updated>
<author>
<name>Mateusz Kowalczyk</name>
<email>fuuzetsu@fuuzetsu.co.uk</email>
</author>
<published>2014-05-05T07:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=cc269e6b0b615e9e237c35a985e4ace7b9ab0dd9'/>
<id>urn:sha1:cc269e6b0b615e9e237c35a985e4ace7b9ab0dd9</id>
<content type='text'>
We move some types out that are necessary as well and then
re-export and specialise them in the core Haddock.

Reason for moving out spec tests is that if we're working on the parser,
we can simply work on that and we can ignore the rest of Haddock. The
downside is that it's a little inconvenient if at the end of the day we
want to see that everything passes.
</content>
</entry>
</feed>
