We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 083c81f + f8cdf74 commit ee81093Copy full SHA for ee81093
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 3.0.1
4
+### Changed
5
+* Buildability with ghc-8.0.1
6
## 3.0.0
7
### Added
8
* Ability to mask some sensitive query arguments in query logs. In case you dont
postgresql-query.cabal
@@ -1,5 +1,5 @@
name: postgresql-query
-version: 3.0.0
+version: 3.0.1
synopsis: Sql interpolating quasiquote plus some kind of primitive ORM
using it
testall.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+cp lts-2.9.yaml stack.yaml &&
+stack clean && stack test &&
+cp lts-6.7.yaml stack.yaml &&
+cp ghc-8.0.1.yaml stack.yaml &&
+stack clean && stack test
0 commit comments