packages feed

http-api-data 0.1.1 → 0.1.1.1

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,7 +1,7 @@ The following license covers this documentation, and the source code, except where otherwise indicated. -Copyright 2009, Michael Snoyman. All rights reserved.+Copyright 2015, Nickolay Kudasov. All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
http-api-data.cabal view
@@ -1,8 +1,8 @@ name:            http-api-data-version:         0.1.1+version:         0.1.1.1 license:         BSD3 license-file:    LICENSE-author:          Michael Snoyman <michael@snoyman.com>+author:          Nickolay Kudasov <nickolay.kudasov@gmail.com> maintainer:      Nickolay Kudasov <nickolay.kudasov@gmail.com> synopsis:        Converting to/from HTTP API data like URL pieces, headers and query parameters. description:     Please see README.md@@ -17,7 +17,7 @@   README.md  flag use-text-show-  description: Use @text-show@ library for efficient @'ToHttpApiData'@ implementations.+  description: Use text-show library for efficient ToHttpApiData implementations.   default: False  library