Merge pull request #651 from begriffs/upgrade-hasql-transaction

Upgrade hasql-transaction
This commit is contained in:
Joe Nelson
2016-06-25 21:49:57 -07:00
committed by GitHub
3 changed files with 4 additions and 7 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ dependencies:
- stack setup - stack setup
- rm -fr $(stack path --dist-dir) $(stack path --local-install-root) - rm -fr $(stack path --dist-dir) $(stack path --local-install-root)
- stack install hlint packdeps cabal-install - stack install hlint packdeps cabal-install
- stack build - stack build --fast
- stack build --test --no-run-tests - stack build --fast --test --no-run-tests
test: test:
override: override:
+1 -1
View File
@@ -40,7 +40,7 @@ executable postgrest
, errors , errors
, hasql == 0.19.12 , hasql == 0.19.12
, hasql-pool == 0.4.1 , hasql-pool == 0.4.1
, hasql-transaction == 0.4.5 , hasql-transaction == 0.4.5.1
, http-types , http-types
, interpolatedstring-perl6 , interpolatedstring-perl6
, jwt , jwt
+1 -4
View File
@@ -4,7 +4,7 @@ extra-deps:
- bytestring-tree-builder-0.2.7 - bytestring-tree-builder-0.2.7
- hasql-0.19.12 - hasql-0.19.12
- hasql-pool-0.4.1 - hasql-pool-0.4.1
- hasql-transaction-0.4.5 - hasql-transaction-0.4.5.1
- jwt-0.7.2 - jwt-0.7.2
- postgresql-binary-0.9.0.1 - postgresql-binary-0.9.0.1
- binary-parser-0.5.2 - binary-parser-0.5.2
@@ -16,10 +16,7 @@ extra-deps:
- wai-cors-0.2.5 - wai-cors-0.2.5
- cryptohash-sha256-0.11.100.0 - cryptohash-sha256-0.11.100.0
- hackage-security-0.5.2.1 - hackage-security-0.5.2.1
- unordered-containers-0.2.7.1
- insert-ordered-containers-0.1.0.1
- swagger2-2.1 - swagger2-2.1
# - hjsonschema-0.10.0.2
- hjsonpointer-0.3.0.1 - hjsonpointer-0.3.0.1
ghc-options: ghc-options:
postgrest: -O2 -Werror -Wall -fwarn-identities postgrest: -O2 -Werror -Wall -fwarn-identities