Upgrade hasql

This commit is contained in:
Joe Nelson
2016-01-24 18:09:20 -08:00
parent a0b390e735
commit bbf8365cd2
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ executable postgrest
, containers
, contravariant
, errors
, hasql >= 0.19.3.2 && < 0.20
, hasql >= 0.19.3.3 && < 0.20
, interpolatedstring-perl6
, jwt
, optparse-applicative >= 0.11 && < 0.13
+1 -1
View File
@@ -2,7 +2,7 @@ flags: {}
packages:
- '.'
extra-deps:
- hasql-0.19.3.2
- hasql-0.19.3.3
- Ranged-sets-0.3.0
- packdeps-0.4.1
resolver: lts-4.1
-1
View File
@@ -11,7 +11,6 @@ import Network.HTTP.Types.Header (Header, ByteRange, renderByteRange,
hRange, hAuthorization, hAccept)
import Codec.Binary.Base64.String (encode)
import Data.CaseInsensitive (CI(..))
import Data.Pool
import Text.Regex.TDFA ((=~))
import qualified Data.ByteString.Char8 as BS
import System.Process (readProcess)