Skip to content

Commit 775b553

Browse files
committed
Try with reorder-goals: True
1 parent 420ebd0 commit 775b553

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ install:
103103
- "echo 'allow-newer: servant-quickcheck:servant-server' >> cabal.project"
104104
- "echo 'allow-newer: servant-quickcheck:hspec' >> cabal.project"
105105
- "echo 'allow-newer: servant-quickcheck:http-client' >> cabal.project"
106+
- "echo 'reorder-goals: True' >> cabal.project"
106107
- "echo 'optimization: False' >> cabal.project "
107108
- touch cabal.project.local
108109
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | grep -vE -- '^(cookbook-basic-auth|cookbook-basic-streaming|cookbook-curl-mock|cookbook-db-postgres-pool|cookbook-db-sqlite-simple|cookbook-file-upload|cookbook-generic|cookbook-hoist-server-with-context|cookbook-https|cookbook-jwt-and-basic-auth|cookbook-structuring-apis|cookbook-testing|cookbook-using-custom-monad|cookbook-using-free-client|servant|servant-client|servant-client-core|servant-conduit|servant-docs|servant-foreign|servant-http-streams|servant-machines|servant-pipes|servant-server|tutorial)$' | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"
@@ -184,6 +185,7 @@ script:
184185
- "echo 'allow-newer: servant-quickcheck:servant-server' >> cabal.project"
185186
- "echo 'allow-newer: servant-quickcheck:hspec' >> cabal.project"
186187
- "echo 'allow-newer: servant-quickcheck:http-client' >> cabal.project"
188+
- "echo 'reorder-goals: True' >> cabal.project"
187189
- "echo 'optimization: False' >> cabal.project "
188190
- touch cabal.project.local
189191
- "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | grep -vE -- '^(cookbook-basic-auth|cookbook-basic-streaming|cookbook-curl-mock|cookbook-db-postgres-pool|cookbook-db-sqlite-simple|cookbook-file-upload|cookbook-generic|cookbook-hoist-server-with-context|cookbook-https|cookbook-jwt-and-basic-auth|cookbook-structuring-apis|cookbook-testing|cookbook-using-custom-monad|cookbook-using-free-client|servant|servant-client|servant-client-core|servant-conduit|servant-docs|servant-foreign|servant-http-streams|servant-machines|servant-pipes|servant-server|tutorial)$' | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done"

cabal.project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ packages:
3333

3434
tests: True
3535
optimization: False
36+
reorder-goals: True
3637

3738
allow-newer:
3839
servant-js:base

0 commit comments

Comments
 (0)