A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://hackage.haskell.org/package/http-types.rss below:

http-types – new releases on Hackagehttps://hackage.haskell.org/package/http-types New releases of package 'http-types' on Hackage. http://www.rssboard.org/rss-specification en admin@hackage.haskell.org admin@hackage.haskell.org Thu, 30 Nov 2023 02:34:25 UTC Thu, 30 Nov 2023 02:34:25 UTC rss-feed http-types-0.12.4 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.12.4 https://hackage.haskell.org/package/http-types-0.12.4 Thu, 30 Nov 2023 02:34:25 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/Vlix/http-types">https://github.com/Vlix/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by nideco at 2023-11-30T02:34:25Z</dd><dt>Maintainer</dt><dd>felix.paulusma@gmail.com</dd></dl><hr /><pre># Changelog for `http-types` ## 0.12.4 [2023-11-29] * Add `Data` and `Generic` instances to `ByteRange`, `StdMethod`, `Status` and `HttpVersion`. * Rework of all the documentation, with the addition of `@since` notations. ## 0.12.3 [2019-02-24] * Remove now-invalid doctest options from `doctests.hs`. ## 0.12.2 [2018-09-26] * Add new `parseQueryReplacePlus` function, which allows specifying whether to replace `'+'` with `' '`. * Add header name constants for &quot;Prefer&quot; and &quot;Preference-Applied&quot; (RFC 7240). ## 0.12.1 [2018-01-31] * Add new functions for constructing a query URI where not all parts are escaped. ## 0.12 [2018-01-28] * URI encoding is now back to upper-case hexadecimal, as that is the preferred canonicalization, and the previous change caused issues with URI signing in at least `amazonka`. ## 0.11 [2017-11-29] * Remove dependency on `blaze-builder`. (Note that as a side effect of this, URI encoding is now using lower-case rather than upper-case hexadecimal.) * Add `Bounded` instance to `Status`. * Re-export more status codes and `http20` from `Network.HTTP.Types`. ## 0.10 [2017-10-22] * New status codes, new headers. * Fixed typo in `imATeapot`, added missing `toEnum`. * Oh, and `http20`. ## 0.9.1 [2016-06-04] * New function: `parseByteRanges`. * Support for HTTP status 422 &quot;Unprocessable Entity&quot; (RFC 4918). ## 0.9 [2015-10-09] * No changelog was maintained up to version `0.9`. </pre> nideco http-types-0.12.3 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.12.3 https://hackage.haskell.org/package/http-types-0.12.3 Sun, 24 Feb 2019 11:33:35 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2019-02-24T11:33:35Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr /><pre>* 0.12.3 [2019-02-24] Remove now-invalid doctest options from doctests.hs. * 0.12.2 [2018-09-26] Add new parseQueryReplacePlus function, which allows specifying whether to replace '+' with ' '. Add header name constants for &quot;Prefer&quot; and &quot;Preference-Applied&quot; (RFC 7240). * 0.12.1 [2018-01-31] Add new functions for constructing a query URI where not all parts are escaped. * 0.12 [2018-01-28] URI encoding is now back to upper-case hexadecimal, as that is the preferred canonicalization, and the previous change caused issues with URI signing in at least amazonka. * 0.11 [2017-11-29] Remove dependency on blaze-builder. (Note that as a side effect of this, URI encoding is now using lower-case rather than uppercase hexadecimal.) Add Bounded instance to Status. Re-export more status codes and http20 from Network.HTTP.Types. * 0.10 [2017-10-22] New status codes, new headers. Fixed typo in imATeapot, added missing toEnum. Oh, and http20. * 0.9.1 [2016-06-04] New function: parseByteRanges. Support for HTTP status 422 &quot;Unprocessable Entity&quot; (RFC 4918). * 0.9 [2015-10-09] No changelog was maintained up to version 0.9. </pre> AristidBreitkreuz http-types-0.12.2 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.12.2 https://hackage.haskell.org/package/http-types-0.12.2 Wed, 26 Sep 2018 20:04:07 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2018-09-26T20:04:07Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr /><pre>* 0.12.2 [2018-09-26] Add new parseQueryReplacePlus function, which allows specifying whether to replace '+' with ' '. Add header name constants for &quot;Prefer&quot; and &quot;Preference-Applied&quot; (RFC 7240). * 0.12.1 [2018-01-31] Add new functions for constructing a query URI where not all parts are escaped. * 0.12 [2018-01-28] URI encoding is now back to upper-case hexadecimal, as that is the preferred canonicalization, and the previous change caused issues with URI signing in at least amazonka. * 0.11 [2017-11-29] Remove dependency on blaze-builder. (Note that as a side effect of this, URI encoding is now using lower-case rather than uppercase hexadecimal.) Add Bounded instance to Status. Re-export more status codes and http20 from Network.HTTP.Types. * 0.10 [2017-10-22] New status codes, new headers. Fixed typo in imATeapot, added missing toEnum. Oh, and http20. * 0.9.1 [2016-06-04] New function: parseByteRanges. Support for HTTP status 422 &quot;Unprocessable Entity&quot; (RFC 4918). * 0.9 [2015-10-09] No changelog was maintained up to version 0.9. </pre> AristidBreitkreuz http-types-0.12.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.12.1 https://hackage.haskell.org/package/http-types-0.12.1 Wed, 31 Jan 2018 20:19:01 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2018-01-31T20:19:01Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr /><pre>* 0.12.1 [2018-01-31] Add new functions for constructing a query URI where not all parts are escaped. * 0.12 [2018-01-28] URI encoding is now back to upper-case hexadecimal, as that is the preferred canonicalization, and the previous change caused issues with URI signing in at least amazonka. * 0.11 [2017-11-29] Remove dependency on blaze-builder. (Note that as a side effect of this, URI encoding is now using lower-case rather than uppercase hexadecimal.) Add Bounded instance to Status. Re-export more status codes and http20 from Network.HTTP.Types. * 0.10 [2017-10-22] New status codes, new headers. Fixed typo in imATeapot, added missing toEnum. Oh, and http20. * 0.9.1 [2016-06-04] New function: parseByteRanges. Support for HTTP status 422 &quot;Unprocessable Entity&quot; (RFC 4918). * 0.9 [2015-10-09] No changelog was maintained up to version 0.9. </pre> AristidBreitkreuz http-types-0.12 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.12 https://hackage.haskell.org/package/http-types-0.12 Sun, 28 Jan 2018 09:50:00 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2018-01-28T09:50:00Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr /><pre>* 0.12 [2018-01-28] URI encoding is now back to upper-case hexadecimal, as that is the preferred canonicalization, and the previous change caused issues with URI signing in at least amazonka. * 0.11 [2017-11-29] Remove dependency on blaze-builder. (Note that as a side effect of this, URI encoding is now using lower-case rather than uppercase hexadecimal.) Add Bounded instance to Status. Re-export more status codes and http20 from Network.HTTP.Types. * 0.10 [2017-10-22] New status codes, new headers. Fixed typo in imATeapot, added missing toEnum. Oh, and http20. * 0.9.1 [2016-06-04] New function: parseByteRanges. Support for HTTP status 422 &quot;Unprocessable Entity&quot; (RFC 4918). * 0.9 [2015-10-09] No changelog was maintained up to version 0.9. </pre> AristidBreitkreuz http-types-0.11 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.11 https://hackage.haskell.org/package/http-types-0.11 Wed, 29 Nov 2017 19:55:05 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2017-11-29T19:55:05Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr /><pre>* 0.11 [2017-11-29] Remove dependency on blaze-builder. (Note that as a side effect of this, URI encoding is now using lower-case rather than uppercase hexadecimal.) Add Bounded instance to Status. Re-export more status codes and http20 from Network.HTTP.Types. * 0.10 [2017-10-22] New status codes, new headers. Fixed typo in imATeapot, added missing toEnum. Oh, and http20. * 0.9.1 [2016-06-04] New function: parseByteRanges. Support for HTTP status 422 &quot;Unprocessable Entity&quot; (RFC 4918). * 0.9 [2015-10-09] No changelog was maintained up to version 0.9. </pre> AristidBreitkreuz http-types-0.10 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.10 https://hackage.haskell.org/package/http-types-0.10 Sat, 21 Oct 2017 23:16:42 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2017-10-21T23:16:42Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr /><pre>* 0.10 [2017-10-22] New status codes, new headers. Fixed typo in imATeapot, added missing toEnum. Oh, and http20. * 0.9.1 [2016-06-04] New function: parseByteRanges. Support for HTTP status 422 &quot;Unprocessable Entity&quot; (RFC 4918). * 0.9 [2015-10-09] No changelog was maintained up to version 0.9. </pre> AristidBreitkreuz http-types-0.9.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.9.1 https://hackage.haskell.org/package/http-types-0.9.1 Sat, 4 Jun 2016 16:07:20 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2016-06-04T16:07:20Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr /><pre>* 0.9.1 [2016-06-04] New function: parseByteRanges. Support for HTTP status 422 &quot;Unprocessable Entity&quot; (RFC 4918). * 0.9 [2015-10-09] No changelog was maintained up to version 0.9. </pre> AristidBreitkreuz http-types-0.9 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.9 https://hackage.haskell.org/package/http-types-0.9 Mon, 5 Oct 2015 18:03:59 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2015-10-05T18:03:59Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.8.6 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.8.6 https://hackage.haskell.org/package/http-types-0.8.6 Mon, 16 Feb 2015 20:02:08 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2015-02-16T20:02:08Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.8.5 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.8.5 https://hackage.haskell.org/package/http-types-0.8.5 Fri, 23 May 2014 20:28:19 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2014-05-23T20:28:19Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.8.4 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.8.4 https://hackage.haskell.org/package/http-types-0.8.4 Tue, 1 Apr 2014 16:34:10 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2014-04-01T16:34:10Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.8.3 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.8.3 https://hackage.haskell.org/package/http-types-0.8.3 Sat, 7 Dec 2013 23:56:08 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2013-12-07T23:56:08Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.8.2 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.8.2 https://hackage.haskell.org/package/http-types-0.8.2 Thu, 17 Oct 2013 18:51:39 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2013-10-17T18:51:39Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.8.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.8.1 https://hackage.haskell.org/package/http-types-0.8.1 Sun, 1 Sep 2013 20:37:44 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2013-09-01T20:37:44Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.8.0 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.8.0 https://hackage.haskell.org/package/http-types-0.8.0 Mon, 28 Jan 2013 17:31:32 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2013-01-28T17:31:32Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.7.3.0.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.7.3.0.1 https://hackage.haskell.org/package/http-types-0.7.3.0.1 Fri, 24 Aug 2012 03:03:02 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2012-08-24T03:03:02Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.7.3 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.7.3 https://hackage.haskell.org/package/http-types-0.7.3 Wed, 22 Aug 2012 05:20:49 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2012-08-22T05:20:49Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.7.2 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.7.2 https://hackage.haskell.org/package/http-types-0.7.2 Tue, 14 Aug 2012 22:59:51 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2012-08-14T22:59:51Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.7.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.7.1 https://hackage.haskell.org/package/http-types-0.7.1 Wed, 11 Jul 2012 13:28:17 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2012-07-11T13:28:17Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.7.0 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.7.0 https://hackage.haskell.org/package/http-types-0.7.0 Thu, 5 Jul 2012 23:39:35 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2012-07-05T23:39:35Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.11 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.11 https://hackage.haskell.org/package/http-types-0.6.11 Wed, 23 May 2012 13:36:48 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2012-05-23T13:36:48Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.10 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.10 https://hackage.haskell.org/package/http-types-0.6.10 Thu, 15 Mar 2012 15:04:46 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2012-03-15T15:04:46Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.9 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.9 https://hackage.haskell.org/package/http-types-0.6.9 Mon, 13 Feb 2012 21:38:27 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2012-02-13T21:38:27Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.8 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.8 https://hackage.haskell.org/package/http-types-0.6.8 Sat, 17 Dec 2011 22:07:57 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-12-17T22:07:57Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.7 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.7 https://hackage.haskell.org/package/http-types-0.6.7 Sat, 26 Nov 2011 20:43:05 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-11-26T20:43:05Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.6 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.6 https://hackage.haskell.org/package/http-types-0.6.6 Tue, 1 Nov 2011 01:16:07 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-11-01T01:16:07Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.5.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.5.1 https://hackage.haskell.org/package/http-types-0.6.5.1 Fri, 15 Jul 2011 14:32:35 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-07-15T14:32:35Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.5 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.5 https://hackage.haskell.org/package/http-types-0.6.5 Fri, 10 Jun 2011 16:02:46 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-06-10T16:02:46Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.4 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.4 https://hackage.haskell.org/package/http-types-0.6.4 Wed, 27 Apr 2011 17:26:37 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-04-27T17:26:37Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.3 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.3 https://hackage.haskell.org/package/http-types-0.6.3 Mon, 25 Apr 2011 20:42:43 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-04-25T20:42:43Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.2 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.2 https://hackage.haskell.org/package/http-types-0.6.2 Sun, 10 Apr 2011 01:11:55 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-04-10T01:11:55Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.1 https://hackage.haskell.org/package/http-types-0.6.1 Mon, 28 Mar 2011 14:27:50 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-03-28T14:27:50Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.0.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.0.1 https://hackage.haskell.org/package/http-types-0.6.0.1 Thu, 24 Mar 2011 15:30:52 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-03-24T15:30:52Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.6.0 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.6.0 https://hackage.haskell.org/package/http-types-0.6.0 Sat, 19 Mar 2011 19:28:31 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-03-19T19:28:31Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.5.3 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.5.3 https://hackage.haskell.org/package/http-types-0.5.3 Wed, 16 Mar 2011 15:28:57 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-03-16T15:28:57Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.5.2 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.5.2 https://hackage.haskell.org/package/http-types-0.5.2 Wed, 16 Mar 2011 10:15:28 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-03-16T10:15:28Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.5.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.5.1 https://hackage.haskell.org/package/http-types-0.5.1 Thu, 10 Mar 2011 16:21:28 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-03-10T16:21:28Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.5 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.5 https://hackage.haskell.org/package/http-types-0.5 Wed, 9 Mar 2011 21:51:25 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-03-09T21:51:25Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.4.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.4.1 https://hackage.haskell.org/package/http-types-0.4.1 Tue, 8 Mar 2011 22:23:50 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-03-08T22:23:50Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.4.0 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.4.0 https://hackage.haskell.org/package/http-types-0.4.0 Tue, 8 Mar 2011 22:08:25 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz, Michael Snoyman</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-03-08T22:08:25Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.3.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.3.1 https://hackage.haskell.org/package/http-types-0.3.1 Tue, 8 Feb 2011 21:55:26 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-02-08T21:55:26Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.3.0 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.3.0 https://hackage.haskell.org/package/http-types-0.3.0 Sat, 5 Feb 2011 15:37:03 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-02-05T15:37:03Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.2.0 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.2.0 https://hackage.haskell.org/package/http-types-0.2.0 Fri, 4 Feb 2011 19:29:14 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-02-04T19:29:14Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.1.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.1.1 https://hackage.haskell.org/package/http-types-0.1.1 Thu, 3 Feb 2011 22:21:26 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-02-03T22:21:26Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz http-types-0.1 (Generic HTTP types for Haskell (for both client and server code).)https://hackage.haskell.org/package/http-types-0.1 https://hackage.haskell.org/package/http-types-0.1 Thu, 3 Feb 2011 21:36:00 UTC <dl><dt>Homepage</dt><dd><a href="https://github.com/aristidb/http-types">https://github.com/aristidb/http-types</a></dd><dt>Author</dt><dd>Aristid Breitkreuz</dd><dt>Uploaded</dt><dd>by AristidBreitkreuz at 2011-02-03T21:36:00Z</dd><dt>Maintainer</dt><dd>aristidb@googlemail.com</dd></dl><hr />(No changelog found.) AristidBreitkreuz

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4