Add temporary constraints to fix Travis.
Revert me when cryptonite issue is resolved!
This commit is contained in:
parent
288e786f18
commit
30f12a7091
2 changed files with 7 additions and 0 deletions
|
@ -109,6 +109,9 @@ script:
|
|||
# Allow-newer and other cabal.project amendments
|
||||
- "echo 'allow-newer: servant-js:servant, servant-js:servant-foreign' >> cabal.project"
|
||||
|
||||
# cryptonite
|
||||
- "echo 'constraints: foundation >=0.0.14' >> cabal.project"
|
||||
|
||||
- echo -en 'travis_fold:end:unpack\\r'
|
||||
- echo Building... && echo -en 'travis_fold:start:build\\r'
|
||||
# this builds all libraries and executables (without tests/benchmarks)
|
||||
|
|
|
@ -7,3 +7,7 @@ packages: servant/
|
|||
doc/tutorial/
|
||||
|
||||
allow-newer: servant-js:servant-foreign
|
||||
|
||||
constraints:
|
||||
-- see https://github.com/haskell-infra/hackage-trustees/issues/119
|
||||
foundation >=0.0.14
|
||||
|
|
Loading…
Reference in a new issue