From 9c42a78cf3f1338898ee9dcdb86861119ce74589 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 25 Jun 2016 21:24:21 -0700 Subject: [PATCH] Upgrade hasql-transaction --- postgrest.cabal | 2 +- stack.yaml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 011ad2f1b..5a89d4019 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -40,7 +40,7 @@ executable postgrest , errors , hasql == 0.19.12 , hasql-pool == 0.4.1 - , hasql-transaction == 0.4.5 + , hasql-transaction == 0.4.5.1 , http-types , interpolatedstring-perl6 , jwt diff --git a/stack.yaml b/stack.yaml index 6419ec45f..f3d4233bb 100644 --- a/stack.yaml +++ b/stack.yaml @@ -4,7 +4,7 @@ extra-deps: - bytestring-tree-builder-0.2.7 - hasql-0.19.12 - hasql-pool-0.4.1 - - hasql-transaction-0.4.5 + - hasql-transaction-0.4.5.1 - jwt-0.7.2 - postgresql-binary-0.9.0.1 - binary-parser-0.5.2 @@ -16,10 +16,7 @@ extra-deps: - wai-cors-0.2.5 - cryptohash-sha256-0.11.100.0 - hackage-security-0.5.2.1 - - unordered-containers-0.2.7.1 - - insert-ordered-containers-0.1.0.1 - swagger2-2.1 - # - hjsonschema-0.10.0.2 - hjsonpointer-0.3.0.1 ghc-options: postgrest: -O2 -Werror -Wall -fwarn-identities