File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ cache:
1212 - " $HOME/.stack"
1313 - " $TRAVIS_BUILD_DIR/.stack-work"
1414
15- # add PostgreSQL with version 10
1615services :
1716 - postgresql
1817
1918matrix :
2019 include :
20+ - ghc : 8.4.4
2121 - ghc : 8.6.5
2222
2323 - ghc : 8.6.5
Original file line number Diff line number Diff line change @@ -28,14 +28,15 @@ category: Database
2828build-type : Simple
2929extra-doc-files : README.md
3030 , CHANGELOG.md
31- tested-with : GHC == 8.6.5
31+ tested-with : GHC == 8.4.4
32+ , GHC == 8.6.5
3233
3334source-repository head
3435 type : git
3536 location : https://github.com/Holmusk/postgresql-simple-named.git
3637
3738common common-options
38- build-depends : base ^ >= 4.12.0.0
39+ build-depends : base >= 4.11 && < 4.13
3940
4041 ghc-options : -Wall
4142 -Wincomplete-uni-patterns
You can’t perform that action at this time.
0 commit comments