File tree Expand file tree Collapse file tree 5 files changed +4
-43
lines changed Expand file tree Collapse file tree 5 files changed +4
-43
lines changed Original file line number Diff line number Diff line change 11# Use new container infrastructure to enable caching
2- dist : trusty
2+ dist : xenial
33sudo : false
44
55# Do not choose a language; we provide our own build tools.
@@ -8,8 +8,6 @@ language: generic
88os :
99 - linux
1010env :
11- - STACK_YAML=stack-ghc7.10.3.yaml
12- - STACK_YAML=stack-ghc8.0.2.yaml
1311 - STACK_YAML=stack-ghc8.2.2.yaml
1412 - STACK_YAML=stack-ghc8.4.4.yaml
1513 - STACK_YAML=stack-ghc8.6.3.yaml
@@ -27,7 +25,7 @@ addons:
2725 apt :
2826 packages :
2927 - libgmp-dev
30- postgresql : " 9.6 "
28+ postgresql : " 10 "
3129
3230before_install :
3331 # Download and unpack the stack executable
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Data.Foldable
55import Control.Monad
66import Data.Maybe
77import Data.Int
8- import Data.Either
8+ import Data.Either hiding ( fromRight )
99import qualified Data.ByteString as B
1010import qualified Data.ByteString.Lazy as BL
1111import qualified Data.ByteString.Char8 as BS
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ testConnection name confContent = testCase name $ withPghba confContent $
3939 }
4040
4141pghbaFilename :: FilePath
42- pghbaFilename = " /etc/postgresql/9.5 /main/pg_hba.conf"
42+ pghbaFilename = " /etc/postgresql/10 /main/pg_hba.conf"
4343
4444withPghba :: B. ByteString -> IO a -> IO a
4545withPghba confContent action = do
You can’t perform that action at this time.
0 commit comments