<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/packages/haskell-web.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2019-06-06T18:39:33Z</updated>
<entry>
<title>gnu: ghc-http-types: Update to 0.12.3.</title>
<updated>2019-06-06T18:39:33Z</updated>
<author>
<name>Robert Vollmert</name>
<email>rob@vllmrt.net</email>
</author>
<published>2019-06-05T21:43:22Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=4c7ffc2ab0603336d2a76d3892043dec1edb8317'/>
<id>urn:sha1:4c7ffc2ab0603336d2a76d3892043dec1edb8317</id>
<content type='text'>
* gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.3.
[inputs]: Remove ghc-blaze-builder.

Signed-off-by: Arun Isaac &lt;arunisaac@systemreboot.net&gt;
</content>
</entry>
<entry>
<title>gnu: ghc-warp: Update to 3.2.27.</title>
<updated>2019-06-06T18:35:54Z</updated>
<author>
<name>Robert Vollmert</name>
<email>rob@vllmrt.net</email>
</author>
<published>2019-06-05T18:38:10Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=4913af19f48bbea7e3f628a33fa2145c22056229'/>
<id>urn:sha1:4913af19f48bbea7e3f628a33fa2145c22056229</id>
<content type='text'>
This fixes a sporadic test failure: https://github.com/yesodweb/wai/issues/751

* gnu/packages/haskell-web.scm (ghc-warp): Update to 3.2.27.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
</entry>
<entry>
<title>gnu: ghc-aeson-pretty: Fix typo "readability".</title>
<updated>2019-05-23T01:22:01Z</updated>
<author>
<name>Vagrant Cascadian</name>
<email>vagrant@debian.org</email>
</author>
<published>2019-05-23T00:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=7306eb5cf53866e03fdca84a17135ad6258d82bd'/>
<id>urn:sha1:7306eb5cf53866e03fdca84a17135ad6258d82bd</id>
<content type='text'>
* gnu/packages/haskell-web (ghc-aeson-pretty)[description]: Fix typo.
</content>
</entry>
<entry>
<title>gnu: ghc-tls: Move to haskell-crypto.scm.</title>
<updated>2019-04-04T15:47:01Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-04T12:40:37Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=c44667ccae7581cb2a18a8f25d8e867bd352194d'/>
<id>urn:sha1:c44667ccae7581cb2a18a8f25d8e867bd352194d</id>
<content type='text'>
* gnu/packages/tls.scm (ghc-tls): Move to...
* gnu/packages/haskell-crypto.scm (ghc-tls): ... here.
* gnu/packages/haskell-web.scm: Remove now unneeded import.
</content>
</entry>
<entry>
<title>gnu: Move ghc-hxt &amp; co. to haskell-web.scm.</title>
<updated>2019-04-04T15:47:01Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-04-04T12:35:15Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=aea505a928d1274bc2186ce3c95f707b9c982757'/>
<id>urn:sha1:aea505a928d1274bc2186ce3c95f707b9c982757</id>
<content type='text'>
* gnu/packages/xml.scm (ghc-hxt-charproperties, ghc-hxt-unicode)
(ghc-hxt-regex-xmlschema, ghc-hxt): Move to...
* gnu/packages/haskell-web.scm: ... here.
</content>
</entry>
<entry>
<title>gnu: ghc-http-conduit: Remove ghc-http-client from native-inputs.</title>
<updated>2018-10-05T21:59:25Z</updated>
<author>
<name>Ricardo Wurmus</name>
<email>ricardo.wurmus@mdc-berlin.de</email>
</author>
<published>2018-10-02T16:28:49Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=a45c64701b5599bb527fd8cf2070174f9e866d3d'/>
<id>urn:sha1:a45c64701b5599bb527fd8cf2070174f9e866d3d</id>
<content type='text'>
* gnu/packages/haskell-web.scm (ghc-http-conduit)[native-inputs]: Remove
ghc-http-client.
</content>
</entry>
<entry>
<title>gnu: Remove ghc-pandoc@1.</title>
<updated>2018-10-01T10:12:22Z</updated>
<author>
<name>Timothy Sample</name>
<email>samplet@ngyro.com</email>
</author>
<published>2018-09-05T03:52:09Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=8fe9ab95793c85f391613c789ee71515663f1b79'/>
<id>urn:sha1:8fe9ab95793c85f391613c789ee71515663f1b79</id>
<content type='text'>
This old version of Pandoc no longer builds with GHC 8.4.3.

* gnu/packages/haskell-web.scm (ghc-aeson-for-pandoc-1): Remove variable.
* gnu/packages/haskell.scm (ghc-pandoc-types-for-pandoc-1,
ghc-texmath-for-pandoc-1, ghc-yaml-for-pandoc-1, ghc-hslua-for-pandoc-1,
ghc-skylighting-for-pandoc-1, ghc-doctemplates-for-pandoc-1, ghc-pandoc-1,
ghc-pandoc-citeproc-with-pandoc-1): Remove variables.
</content>
</entry>
<entry>
<title>gnu: ghc-yesod: Update to 1.6.0.</title>
<updated>2018-10-01T10:12:22Z</updated>
<author>
<name>Timothy Sample</name>
<email>samplet@ngyro.com</email>
</author>
<published>2018-08-29T05:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=662fd1a868ef11479030a00f5e485308c707da91'/>
<id>urn:sha1:662fd1a868ef11479030a00f5e485308c707da91</id>
<content type='text'>
* gnu/packages/haskell-web.scm (ghc-yesod): Update to 1.6.0.
</content>
</entry>
<entry>
<title>gnu: ghc-yesod-form: Update to 1.6.2.</title>
<updated>2018-10-01T10:12:22Z</updated>
<author>
<name>Timothy Sample</name>
<email>samplet@ngyro.com</email>
</author>
<published>2018-08-29T05:33:31Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=69054c92854075ffc2027ef9a6459540571ef1f2'/>
<id>urn:sha1:69054c92854075ffc2027ef9a6459540571ef1f2</id>
<content type='text'>
* gnu/packages/haskell-web.scm (ghc-yesod-form): Update to 1.6.2.
</content>
</entry>
<entry>
<title>gnu: ghc-yesod-persistent: Update to 1.6.0.</title>
<updated>2018-10-01T10:12:22Z</updated>
<author>
<name>Timothy Sample</name>
<email>samplet@ngyro.com</email>
</author>
<published>2018-08-29T05:32:05Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=1689d39cd264c7794189eea243ed0b147896610f'/>
<id>urn:sha1:1689d39cd264c7794189eea243ed0b147896610f</id>
<content type='text'>
* gnu/packages/haskell-web.scm (ghc-yesod-persistent): Update to 1.6.0.
</content>
</entry>
</feed>
