@@ -33,9 +33,9 @@ before_cache:
33
33
34
34
matrix :
35
35
include :
36
- - compiler : " ghc-8.4.2 "
36
+ - compiler : " ghc-8.4.3 "
37
37
# env: TEST=--disable-tests BENCH=--disable-benchmarks
38
- addons : {apt: {packages: [ghc-ppa-tools,ghc-8.4.2 ], sources: [hvr-ghc]}}
38
+ addons : {apt: {packages: [ghc-ppa-tools,ghc-8.4.3 ], sources: [hvr-ghc]}}
39
39
- compiler : " ghc-8.2.2"
40
40
# env: TEST=--disable-tests BENCH=--disable-benchmarks
41
41
addons : {apt: {packages: [ghc-ppa-tools,ghc-8.2.2], sources: [hvr-ghc]}}
@@ -83,9 +83,9 @@ install:
83
83
- rm -fv cabal.project cabal.project.local
84
84
- " if [ $HCNUMVER -ge 70800 ]; then sed -i.bak 's/-- ghc-options:.*/ghc-options: -j2/' ${HOME}/.cabal/config; fi"
85
85
- grep -Ev -- '^\s*--' ${HOME}/.cabal/config | grep -Ev '^\s*$'
86
- - " printf 'packages: \" servant\" \" servant-client\" \" servant-client-core\" \" servant-docs\" \" servant-foreign\" \" servant-server\" \" doc/tutorial\" \" doc/cookbook/basic-auth\" \" doc/cookbook/db-postgres-pool\" \" doc/cookbook/db-sqlite-simple\" \" doc/cookbook/file-upload \" \" doc/cookbook/ https\" \" doc/cookbook/pagination\" \" doc/cookbook/structuring-apis\" \" doc/cookbook/using-custom-monad\"\\ n' > cabal.project"
86
+ - " printf 'packages: \" servant\" \" servant-client\" \" servant-client-core\" \" servant-docs\" \" servant-foreign\" \" servant-server\" \" doc/tutorial\" \" doc/cookbook/basic-auth\" \" doc/cookbook/db-postgres-pool\" \" doc/cookbook/db-sqlite-simple\" \" doc/cookbook/https\" \" doc/cookbook/pagination\" \" doc/cookbook/structuring-apis\" \" doc/cookbook/using-custom-monad\"\\ n' > cabal.project"
87
87
- " echo 'constraints: foundation >=0.0.14,memory <0.14.12 || >0.14.12' >> cabal.project"
88
- - " echo 'allow-newer: servant-js:servant,servant-js:servant-foreign,servant- auth-server:http-types,servant-multipart:lens,servant-multipart:resourcet,servant-multipart:servant,servant-multipart:servant-server ,servant-auth-server:servant-server, http-media:base' >> cabal.project"
88
+ - " echo 'allow-newer: servant-auth-server:http-types,servant-auth-server:servant-server, http-media:base' >> cabal.project"
89
89
- cat cabal.project
90
90
- if [ -f "servant/configure.ac" ]; then
91
91
(cd "servant" && autoreconf -i);
@@ -117,9 +117,6 @@ install:
117
117
- if [ -f "doc/cookbook/db-sqlite-simple/configure.ac" ]; then
118
118
(cd "doc/cookbook/db-sqlite-simple" && autoreconf -i);
119
119
fi
120
- - if [ -f "doc/cookbook/file-upload/configure.ac" ]; then
121
- (cd "doc/cookbook/file-upload" && autoreconf -i);
122
- fi
123
120
- if [ -f "doc/cookbook/https/configure.ac" ]; then
124
121
(cd "doc/cookbook/https" && autoreconf -i);
125
122
fi
@@ -133,7 +130,7 @@ install:
133
130
(cd "doc/cookbook/using-custom-monad" && autoreconf -i);
134
131
fi
135
132
- rm -f cabal.project.freeze
136
- - rm -rf .ghc.environment.* "servant"/dist "servant-client"/dist "servant-client-core"/dist "servant-docs"/dist "servant-foreign"/dist "servant-server"/dist "doc/tutorial"/dist "doc/cookbook/basic-auth"/dist "doc/cookbook/db-postgres-pool"/dist "doc/cookbook/db-sqlite-simple"/dist "doc/cookbook/file-upload"/dist "doc/cookbook/ https"/dist "doc/cookbook/pagination"/dist "doc/cookbook/structuring-apis"/dist "doc/cookbook/using-custom-monad"/dist
133
+ - rm -rf .ghc.environment.* "servant"/dist "servant-client"/dist "servant-client-core"/dist "servant-docs"/dist "servant-foreign"/dist "servant-server"/dist "doc/tutorial"/dist "doc/cookbook/basic-auth"/dist "doc/cookbook/db-postgres-pool"/dist "doc/cookbook/db-sqlite-simple"/dist "doc/cookbook/https"/dist "doc/cookbook/pagination"/dist "doc/cookbook/structuring-apis"/dist "doc/cookbook/using-custom-monad"/dist
137
134
- DISTDIR=$(mktemp -d /tmp/dist-test.XXXX)
138
135
139
136
# Here starts the actual work to be performed for the package under test;
@@ -151,19 +148,18 @@ script:
151
148
- (cd "doc/cookbook/basic-auth" && cabal sdist)
152
149
- (cd "doc/cookbook/db-postgres-pool" && cabal sdist)
153
150
- (cd "doc/cookbook/db-sqlite-simple" && cabal sdist)
154
- - (cd "doc/cookbook/file-upload" && cabal sdist)
155
151
- (cd "doc/cookbook/https" && cabal sdist)
156
152
- (cd "doc/cookbook/pagination" && cabal sdist)
157
153
- (cd "doc/cookbook/structuring-apis" && cabal sdist)
158
154
- (cd "doc/cookbook/using-custom-monad" && cabal sdist)
159
155
- echo -en 'travis_fold:end:sdist\\r'
160
156
- echo Unpacking... && echo -en 'travis_fold:start:unpack\\r'
161
- - mv "servant"/dist/servant-*.tar.gz "servant-client"/dist/servant-client-*.tar.gz "servant-client-core"/dist/servant-client-core-*.tar.gz "servant-docs"/dist/servant-docs-*.tar.gz "servant-foreign"/dist/servant-foreign-*.tar.gz "servant-server"/dist/servant-server-*.tar.gz "doc/tutorial"/dist/tutorial-*.tar.gz "doc/cookbook/basic-auth"/dist/cookbook-basic-auth-*.tar.gz "doc/cookbook/db-postgres-pool"/dist/cookbook-db-postgres-pool-*.tar.gz "doc/cookbook/db-sqlite-simple"/dist/cookbook-db-sqlite-simple-*.tar.gz "doc/cookbook/file-upload"/dist/cookbook-file-upload-*.tar.gz "doc/cookbook/ https"/dist/cookbook-https-*.tar.gz "doc/cookbook/pagination"/dist/cookbook-pagination-*.tar.gz "doc/cookbook/structuring-apis"/dist/cookbook-structuring-apis-*.tar.gz "doc/cookbook/using-custom-monad"/dist/cookbook-using-custom-monad-*.tar.gz ${DISTDIR}/
157
+ - mv "servant"/dist/servant-*.tar.gz "servant-client"/dist/servant-client-*.tar.gz "servant-client-core"/dist/servant-client-core-*.tar.gz "servant-docs"/dist/servant-docs-*.tar.gz "servant-foreign"/dist/servant-foreign-*.tar.gz "servant-server"/dist/servant-server-*.tar.gz "doc/tutorial"/dist/tutorial-*.tar.gz "doc/cookbook/basic-auth"/dist/cookbook-basic-auth-*.tar.gz "doc/cookbook/db-postgres-pool"/dist/cookbook-db-postgres-pool-*.tar.gz "doc/cookbook/db-sqlite-simple"/dist/cookbook-db-sqlite-simple-*.tar.gz "doc/cookbook/https"/dist/cookbook-https-*.tar.gz "doc/cookbook/pagination"/dist/cookbook-pagination-*.tar.gz "doc/cookbook/structuring-apis"/dist/cookbook-structuring-apis-*.tar.gz "doc/cookbook/using-custom-monad"/dist/cookbook-using-custom-monad-*.tar.gz ${DISTDIR}/
162
158
- cd ${DISTDIR} || false
163
159
- find . -maxdepth 1 -name '*.tar.gz' -exec tar -xvf '{}' \;
164
- - " printf 'packages: servant-*/*.cabal servant-client-*/*.cabal servant-client-core-*/*.cabal servant-docs-*/*.cabal servant-foreign-*/*.cabal servant-server-*/*.cabal tutorial-*/*.cabal cookbook-basic-auth-*/*.cabal cookbook-db-postgres-pool-*/*.cabal cookbook-db-sqlite-simple-*/*.cabal cookbook-file-upload-*/*.cabal cookbook- https-*/*.cabal cookbook-pagination-*/*.cabal cookbook-structuring-apis-*/*.cabal cookbook-using-custom-monad-*/*.cabal\\ n' > cabal.project"
160
+ - " printf 'packages: servant-*/*.cabal servant-client-*/*.cabal servant-client-core-*/*.cabal servant-docs-*/*.cabal servant-foreign-*/*.cabal servant-server-*/*.cabal tutorial-*/*.cabal cookbook-basic-auth-*/*.cabal cookbook-db-postgres-pool-*/*.cabal cookbook-db-sqlite-simple-*/*.cabal cookbook-https-*/*.cabal cookbook-pagination-*/*.cabal cookbook-structuring-apis-*/*.cabal cookbook-using-custom-monad-*/*.cabal\\ n' > cabal.project"
165
161
- " echo 'constraints: foundation >=0.0.14,memory <0.14.12 || >0.14.12' >> cabal.project"
166
- - " echo 'allow-newer: servant-js:servant,servant-js:servant-foreign,servant- auth-server:http-types,servant-multipart:lens,servant-multipart:resourcet,servant-multipart:servant,servant-multipart:servant-server ,servant-auth-server:servant-server, http-media:base' >> cabal.project"
162
+ - " echo 'allow-newer: servant-auth-server:http-types,servant-auth-server:servant-server, http-media:base' >> cabal.project"
167
163
- cat cabal.project
168
164
- echo -en 'travis_fold:end:unpack\\r'
169
165
0 commit comments