From 38afe71ec700c5a24fb04c552fa8f109aa3de0e9 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sun, 22 May 2016 11:00:37 -0700 Subject: [PATCH 1/2] Upgrade extra-deps and LTS --- stack.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stack.yaml b/stack.yaml index c147a78a3..a4141fed9 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,13 +1,13 @@ -resolver: lts-5.5 +resolver: lts-5.17 extra-deps: - Ranged-sets-0.3.0 - - bytestring-tree-builder-0.2.5 - - hasql-0.19.9 - - hasql-pool-0.4 - - hasql-transaction-0.4.3 + - bytestring-tree-builder-0.2.6 + - hasql-0.19.12 + - hasql-pool-0.4.1 + - hasql-transaction-0.4.4.1 - packdeps-0.4.2.1 - postgresql-error-codes-1 - - postgresql-binary-0.8.1 + - postgresql-binary-0.9 ghc-options: postgrest: -O2 -Werror -Wall -fwarn-monomorphism-restriction -fwarn-missing-exported-sigs -fwarn-identities From f4027cb5fdbf7b3268308d548aa1f305dac1f7dd Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sun, 22 May 2016 11:02:37 -0700 Subject: [PATCH 2/2] Pin hasql-* dep versions This allows packdeps to warn us when they get out of date --- postgrest.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 1c8c2dc6d..7bd7b579b 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -34,9 +34,9 @@ executable postgrest , containers , contravariant , errors - , hasql >= 0.19.9 && < 0.20 - , hasql-pool >= 0.4 && < 0.5 - , hasql-transaction >= 0.4.3 && < 0.5 + , hasql == 0.19.12 + , hasql-pool == 0.4.1 + , hasql-transaction == 0.4.4.1 , http-types , interpolatedstring-perl6 , jwt