From 5fb0fe331f45b5324cb090e23d61f2ebf525433c Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Mon, 11 Aug 2014 19:10:18 +0400 Subject: [PATCH] Update the deps --- high-sql.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/high-sql.cabal b/high-sql.cabal index 4f99994..26105a2 100644 --- a/high-sql.cabal +++ b/high-sql.cabal @@ -49,16 +49,16 @@ library HighSQL.Backend build-depends: -- template-haskell: - template-haskell == 2.8.*, + template-haskell >= 2.8 && < 2.10, -- parsing: - attoparsec == 0.11.*, + attoparsec == 0.12.*, -- database: ex-pool == 0.2.*, -- data: Decimal == 0.4.*, time == 1.4.*, bytestring == 0.10.*, - text == 0.11.*, + text == 1.1.*, hashable == 1.2.*, -- control: list-t >= 0.2.1 && < 0.3,