Upgrade hasql
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ executable postgrest
|
|||||||
, containers
|
, containers
|
||||||
, contravariant
|
, contravariant
|
||||||
, errors
|
, errors
|
||||||
, hasql >= 0.19.3.2 && < 0.20
|
, hasql >= 0.19.3.3 && < 0.20
|
||||||
, interpolatedstring-perl6
|
, interpolatedstring-perl6
|
||||||
, jwt
|
, jwt
|
||||||
, optparse-applicative >= 0.11 && < 0.13
|
, optparse-applicative >= 0.11 && < 0.13
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ flags: {}
|
|||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- hasql-0.19.3.2
|
- hasql-0.19.3.3
|
||||||
- Ranged-sets-0.3.0
|
- Ranged-sets-0.3.0
|
||||||
- packdeps-0.4.1
|
- packdeps-0.4.1
|
||||||
resolver: lts-4.1
|
resolver: lts-4.1
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ import Network.HTTP.Types.Header (Header, ByteRange, renderByteRange,
|
|||||||
hRange, hAuthorization, hAccept)
|
hRange, hAuthorization, hAccept)
|
||||||
import Codec.Binary.Base64.String (encode)
|
import Codec.Binary.Base64.String (encode)
|
||||||
import Data.CaseInsensitive (CI(..))
|
import Data.CaseInsensitive (CI(..))
|
||||||
import Data.Pool
|
|
||||||
import Text.Regex.TDFA ((=~))
|
import Text.Regex.TDFA ((=~))
|
||||||
import qualified Data.ByteString.Char8 as BS
|
import qualified Data.ByteString.Char8 as BS
|
||||||
import System.Process (readProcess)
|
import System.Process (readProcess)
|
||||||
|
|||||||
Reference in New Issue
Block a user