diff --git a/ghc-http-types.changes b/ghc-http-types.changes index 6764050..8a1706c 100644 --- a/ghc-http-types.changes +++ b/ghc-http-types.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 10 19:24:15 UTC 2018 - psimons@suse.com + +- Update http-types to version 0.12.2. + * 0.12.2 [2018-09-26] + + Add new parseQueryReplacePlus function, which allows specifying whether to replace '+' with ' '. + + Add header name constants for "Prefer" and "Preference-Applied" (RFC 7240). + ------------------------------------------------------------------- Wed Jul 18 14:26:29 UTC 2018 - psimons@suse.com diff --git a/ghc-http-types.spec b/ghc-http-types.spec index babc0ba..ce564a2 100644 --- a/ghc-http-types.spec +++ b/ghc-http-types.spec @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %global pkg_name http-types %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.12.1 +Version: 0.12.2 Release: 0 Summary: Generic HTTP types for Haskell (for both client and server code) License: BSD-3-Clause diff --git a/http-types-0.12.1.tar.gz b/http-types-0.12.1.tar.gz deleted file mode 100644 index a398d9b..0000000 --- a/http-types-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fa7715428f375b6aa4998ef17822871d7bfe1b55ebd9329efbacd4dad9969f3 -size 13189 diff --git a/http-types-0.12.2.tar.gz b/http-types-0.12.2.tar.gz new file mode 100644 index 0000000..08eb048 --- /dev/null +++ b/http-types-0.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523102d7ba8923e1b399cfd2a1c821e858146ecd934fc147c3acd0fd2b2f9305 +size 13552