Skip to content

Commit ff26894

Browse files
authored
Merge pull request #898 from phadej/http-types-0.12
Bump lower bound of http-types >= 0.12
2 parents f1baef6 + c55b778 commit ff26894

File tree

15 files changed

+20
-27
lines changed

15 files changed

+20
-27
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ install:
7171
- grep -Ev -- '^\s*--' ${HOME}/.cabal/config | grep -Ev '^\s*$'
7272
- "printf 'packages: \"servant\" \"servant-client\" \"servant-client-core\" \"servant-docs\" \"servant-foreign\" \"servant-server\" \"doc/tutorial\" \"doc/cookbook/db-postgres-pool\" \"doc/cookbook/jwt-and-basic-auth\" \"doc/cookbook/db-sqlite-simple\" \"doc/cookbook/basic-auth\" \"doc/cookbook/https\" \"doc/cookbook/structuring-apis\" \"doc/cookbook/using-custom-monad\" \"doc/cookbook/file-upload\"\\n' > cabal.project"
7373
- "echo 'constraints: foundation >=0.0.14,memory <0.14.12 || >0.14.12' >> cabal.project"
74-
- "echo 'allow-newer: servant-js:servant-foreign' >> cabal.project"
74+
- "echo 'allow-newer: servant-js:servant-foreign, servant-auth-server:http-types, servant-multipart:lens' >> cabal.project"
7575
- cat cabal.project
7676
- if [ -f "servant/configure.ac" ]; then
7777
(cd "servant" && autoreconf -i);
@@ -149,14 +149,14 @@ script:
149149
- find . -maxdepth 1 -name '*.tar.gz' -exec tar -xvf '{}' \;
150150
- "printf 'packages: servant-*/*.cabal servant-client-*/*.cabal servant-client-core-*/*.cabal servant-docs-*/*.cabal servant-foreign-*/*.cabal servant-server-*/*.cabal tutorial-*/*.cabal cookbook-db-postgres-pool-*/*.cabal cookbook-jwt-and-basic-auth-*/*.cabal cookbook-db-sqlite-simple-*/*.cabal cookbook-basic-auth-*/*.cabal cookbook-https-*/*.cabal cookbook-structuring-apis-*/*.cabal cookbook-using-custom-monad-*/*.cabal cookbook-file-upload-*/*.cabal\\n' > cabal.project"
151151
- "echo 'constraints: foundation >=0.0.14,memory <0.14.12 || >0.14.12' >> cabal.project"
152-
- "echo 'allow-newer: servant-js:servant-foreign' >> cabal.project"
152+
- "echo 'allow-newer: servant-js:servant-foreign, servant-auth-server:http-types, servant-multipart:lens' >> cabal.project"
153153
- cat cabal.project
154154
- echo -en 'travis_fold:end:unpack\\r'
155155

156156

157157
- echo Building with tests and benchmarks... && echo -en 'travis_fold:start:build-everything\\r'
158158
# build & run tests, build benchmarks
159-
- cabal new-build -w ${HC} ${TEST} ${BENCH} all --max-backjumps=20000
159+
- cabal new-build -w ${HC} ${TEST} ${BENCH} all
160160
- echo -en 'travis_fold:end:build-everything\\r'
161161
- if [ "x$TEST" = "x--enable-tests" ]; then cabal new-test -w ${HC} ${TEST} ${BENCH} all; fi
162162

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages: servant/
77
doc/tutorial/
88
doc/cookbook/*/*.cabal
99

10-
allow-newer: servant-js:servant-foreign
10+
allow-newer: servant-js:servant-foreign, servant-auth-server:http-types, servant-multipart:lens
1111

1212
constraints:
1313
-- see https://github.com/haskell-infra/hackage-trustees/issues/119

doc/cookbook/basic-auth/basic-auth.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ executable cookbook-basic-auth
2121
, servant-server
2222
, warp >= 3.2
2323
, wai >= 3.2
24-
, http-types >= 0.10
24+
, http-types >= 0.12
2525
, markdown-unlit >= 0.4
2626
, http-client >= 0.5
2727
default-language: Haskell2010

doc/cookbook/db-postgres-pool/db-postgres-pool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ executable cookbook-db-postgres-pool
2121
, servant-server
2222
, warp >= 3.2
2323
, wai >= 3.2
24-
, http-types >= 0.10
24+
, http-types >= 0.12
2525
, markdown-unlit >= 0.4
2626
, http-client >= 0.5
2727
, postgresql-simple >= 0.5

doc/cookbook/db-sqlite-simple/db-sqlite-simple.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ executable cookbook-db-sqlite-simple
2020
, servant-server
2121
, warp >= 3.2
2222
, wai >= 3.2
23-
, http-types >= 0.10
23+
, http-types >= 0.12
2424
, markdown-unlit >= 0.4
2525
, http-client >= 0.5
2626
, sqlite-simple >= 0.4

doc/cookbook/jwt-and-basic-auth/jwt-and-basic-auth.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ executable cookbook-jwt-and-basic-auth
2929
, servant-auth-server >= 0.3.1.0
3030
, warp >= 3.2
3131
, wai >= 3.2
32-
, http-types >= 0.10
32+
, http-types >= 0.12
3333
, markdown-unlit >= 0.4
3434
, http-client >= 0.5
3535
, bytestring >= 0.10.4

servant-client-core/servant-client-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ library
6868
, generics-sop >= 0.3.1.0 && < 0.4
6969
, http-api-data >= 0.3.7.1 && < 0.4
7070
, http-media >= 0.7.1.1 && < 0.8
71-
, http-types >= 0.9.1 && < 0.12
71+
, http-types >= 0.12 && < 0.13
7272
, network-uri >= 2.6.1.0 && < 2.7
7373
, safe >= 0.3.15 && < 0.4
7474

servant-client-ghcjs/servant-client-ghcjs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
, ghcjs-base >= 0.2.0.0 && < 0.3.0.0
4040
, ghcjs-prim >= 0.1.0.0 && < 0.2.0.0
4141
, http-media >= 0.6.2 && < 0.8
42-
, http-types >= 0.8.6 && < 0.12
42+
, http-types >= 0.12 && < 0.13
4343
, monad-control >= 1.0.0.4 && < 1.1
4444
, mtl >= 2.1 && < 2.3
4545
, semigroupoids >= 4.3 && < 5.3

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ library
6262
, http-client >= 0.5.7.1 && < 0.6
6363
, http-client-tls >= 0.3.5.1 && < 0.4
6464
, http-media >= 0.7.1.1 && < 0.8
65-
, http-types >= 0.9.1 && < 0.12
65+
, http-types >= 0.12 && < 0.13
6666
, exceptions >= 0.8.3 && < 0.9
6767
, monad-control >= 1.0.0.4 && < 1.1
6868
, semigroupoids >= 5.2.1 && < 5.3

servant-docs/servant-docs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ library
6363
, control-monad-omega >= 0.3.1 && < 0.4
6464
, hashable >= 1.2.6.1 && < 1.3
6565
, http-media >= 0.7.1.1 && < 0.8
66-
, http-types >= 0.9.1 && < 0.12
67-
, lens >= 4.15.4 && < 4.16
66+
, http-types >= 0.12 && < 0.13
67+
, lens >= 4.15.4 && < 4.17
6868
, string-conversions >= 0.4.0.1 && < 0.5
6969
, unordered-containers >= 0.2.8.0 && < 0.3
7070

0 commit comments

Comments
 (0)