Package Release Info

ghc-wai-3.2.1.1-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-wai
ghc-wai-devel

Change Logs

* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Version: 3.2.1.1-2.4
* Sun Jul 10 2016 psimons@suse.com
- Update to version 3.2.1.1 revision 0 with cabal2obs.
  This update obsoletes remove-dep.patch.
* Thu May 26 2016 mimi.vx@gmail.com
- update to 3.2.1.1
- refreshed remove-dep.patch
  * Relax upper bound on bytestring-builder
* Sat Apr 16 2016 mimi.vx@gmail.com
- update to 3.2.1
  * add mapResponseStatus
* Thu Mar 31 2016 mimi.vx@gmail.com
- update to 3.2.0.1
* Wed Jan 20 2016 mimi.vx@gmail.com
- update to 3.2.0
  * Major version up due to breaking changes. We chose 3.2.0, not 3.1.0 for
    consistency with Warp 3.2.0.
  * The Network.Wai.HTTP2 module was removed.
  * tryGetFileSize, hContentRange, hAcceptRanges, contentRangeHeader and
    chooseFilePart, adjustForFilePart and parseByteRanges were removed from
    the Network.Wai.Internal module.
  * New fields for Request: requestHeaderReferer and requestHeaderUserAgent.
* Sun Dec 13 2015 mimi.vx@gmail.com
- update to 3.0.5.0
  * Avoid using the IsString Builder instance
  * A new module Network.Wai.HTTP2 is exported.
  * mapResponseHeaders, ifRequest and modifyResponse are exported.
- add remove-dep.patch mimi.vx@gmail.com -- remove bytestring-builder dep
* Mon Jul 06 2015 mimi.vx@gmail.com
- update to 3.0.3.0
* Thu Apr 23 2015 mimi.vx@gmail.com
-  initial commit