Upgrade hasql
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user