@@ -33,9 +33,9 @@ before_cache:
3333
3434matrix :
3535 include :
36- - compiler : " ghc-8.4.2 "
36+ - compiler : " ghc-8.4.3 "
3737 # 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]}}
3939 - compiler : " ghc-8.2.2"
4040 # env: TEST=--disable-tests BENCH=--disable-benchmarks
4141 addons : {apt: {packages: [ghc-ppa-tools,ghc-8.2.2], sources: [hvr-ghc]}}
@@ -83,9 +83,9 @@ install:
8383 - rm -fv cabal.project cabal.project.local
8484 - " if [ $HCNUMVER -ge 70800 ]; then sed -i.bak 's/-- ghc-options:.*/ghc-options: -j2/' ${HOME}/.cabal/config; fi"
8585 - 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"
8787 - " 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"
8989 - cat cabal.project
9090 - if [ -f "servant/configure.ac" ]; then
9191 (cd "servant" && autoreconf -i);
@@ -117,9 +117,6 @@ install:
117117 - if [ -f "doc/cookbook/db-sqlite-simple/configure.ac" ]; then
118118 (cd "doc/cookbook/db-sqlite-simple" && autoreconf -i);
119119 fi
120- - if [ -f "doc/cookbook/file-upload/configure.ac" ]; then
121- (cd "doc/cookbook/file-upload" && autoreconf -i);
122- fi
123120 - if [ -f "doc/cookbook/https/configure.ac" ]; then
124121 (cd "doc/cookbook/https" && autoreconf -i);
125122 fi
@@ -133,7 +130,7 @@ install:
133130 (cd "doc/cookbook/using-custom-monad" && autoreconf -i);
134131 fi
135132 - 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
137134 - DISTDIR=$(mktemp -d /tmp/dist-test.XXXX)
138135
139136# Here starts the actual work to be performed for the package under test;
@@ -151,19 +148,18 @@ script:
151148 - (cd "doc/cookbook/basic-auth" && cabal sdist)
152149 - (cd "doc/cookbook/db-postgres-pool" && cabal sdist)
153150 - (cd "doc/cookbook/db-sqlite-simple" && cabal sdist)
154- - (cd "doc/cookbook/file-upload" && cabal sdist)
155151 - (cd "doc/cookbook/https" && cabal sdist)
156152 - (cd "doc/cookbook/pagination" && cabal sdist)
157153 - (cd "doc/cookbook/structuring-apis" && cabal sdist)
158154 - (cd "doc/cookbook/using-custom-monad" && cabal sdist)
159155 - echo -en 'travis_fold:end:sdist\\r'
160156 - 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}/
162158 - cd ${DISTDIR} || false
163159 - 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"
165161 - " 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"
167163 - cat cabal.project
168164 - echo -en 'travis_fold:end:unpack\\r'
169165
0 commit comments