direct-http 0.5 → 0.5.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- direct-http.cabal +2/−2
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2009 Dan Knapp+Copyright (c) 2012 Irene Knapp Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
direct-http.cabal view
@@ -1,5 +1,5 @@ name: direct-http-version: 0.5+version: 0.5.0.1 cabal-version: >= 1.10 build-type: Simple license: BSD3@@ -22,7 +22,7 @@ to it, and makes several design decisions differently. The biggest is the use of MonadControlBase for exceptions. .- Version 0.5: This preliminary release is a preview to gauge community+ Version 0.5.0.1: This preliminary release is a preview to gauge community interest. Not even all major features are implemented; things that exist only as stubs include encryption, compression, chunking, and reading back cookies. Nonetheless it may be useful if run behind a reverse proxy that