From 29786c22f07477922d7e1288da396fd975125b1e Mon Sep 17 00:00:00 2001 From: Al Zohali Date: Mon, 23 Oct 2017 14:54:08 +0300 Subject: [PATCH] fixed dependencies bounds --- CHANGELOG.md | 7 ++++++- default.nix | 2 +- servant-auth-cookie.cabal | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05465e6..7b252d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [HEAD] +## [0.5.0.6] - 2017-10-23 +### Changed +- Fixed dependencies' bounds. + ## [0.5.0.5] - 2017-07-13 ### Changed - Fixed dependencies' bounds. @@ -121,7 +125,8 @@ - Initial version of the package. -[HEAD]: ../../compare/v0.5.0.5...HEAD +[HEAD]: ../../compare/v0.5.0.6...HEAD +[0.5.0.6]: ../../compare/v0.5.0.5...v0.5.0.6 [0.5.0.5]: ../../compare/v0.5.0.4...v0.5.0.5 [0.5.0.4]: ../../compare/v0.5.0.3...v0.5.0.4 [0.5.0.3]: ../../compare/v0.5.0.2...v0.5.0.3 diff --git a/default.nix b/default.nix index 73ef641..03511a2 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,7 @@ }: mkDerivation { pname = "servant-auth-cookie"; - version = "0.5.0.5"; + version = "0.5.0.6"; src = ./.; libraryHaskellDepends = [ base base64-bytestring blaze-builder bytestring cereal cookie diff --git a/servant-auth-cookie.cabal b/servant-auth-cookie.cabal index a381d35..af86327 100644 --- a/servant-auth-cookie.cabal +++ b/servant-auth-cookie.cabal @@ -1,5 +1,5 @@ name: servant-auth-cookie -version: 0.5.0.5 +version: 0.5.0.6 synopsis: Authentication via encrypted cookies description: Authentication via encrypted client-side cookies, inspired by client-session library by Michael Snoyman and based on @@ -54,7 +54,7 @@ library , cryptonite >= 0.14 && < 0.25 , data-default , exceptions >= 0.8 && < 0.9 - , http-types >= 0.9 && < 0.10 + , http-types >= 0.10 && < 0.11 , memory >= 0.11 && < 0.15 , mtl >= 2.0 && < 3.0 , servant >= 0.5 && < 0.12 @@ -129,7 +129,7 @@ executable example , exceptions , filepath , http-media - , http-types + , http-types >= 0.10 && < 0.11 , mtl >= 2.0 && < 3.0 , servant >= 0.5 && < 0.12 , servant-auth-cookie @@ -182,7 +182,7 @@ test-suite example-tests , directory , filepath , http-media - , http-types + , http-types >= 0.10 && < 0.11 , hspec >= 2.0 && < 3.0 , hspec-wai , mtl >= 2.0 && < 3.0