bump yesod-platform dependency to avoid a cabal install failure
cabal-install's default backtracking of 200 is insufficient to install (eg) current hledger-web, yesod-platform 1.2 and HP. (It works at 400). Requiring the latest yesod-platform seems to resolve the problem.
This commit is contained in:
		
							parent
							
								
									b2b085b9a3
								
							
						
					
					
						commit
						4721bfce42
					
				| @ -136,7 +136,7 @@ library | |||||||
|                    , yaml |                    , yaml | ||||||
|                    , yesod |                    , yesod | ||||||
|                    , yesod-core |                    , yesod-core | ||||||
|                    , yesod-platform       >= 1.2 && < 1.3 |                    , yesod-platform       >= 1.2.0.1 && < 1.3 | ||||||
|                    , yesod-static |                    , yesod-static | ||||||
|     if flag(blaze_html_0_4) |     if flag(blaze_html_0_4) | ||||||
|       cpp-options:   -DBLAZE_HTML_0_4 |       cpp-options:   -DBLAZE_HTML_0_4 | ||||||
| @ -226,7 +226,7 @@ executable         hledger-web | |||||||
|                    , yaml |                    , yaml | ||||||
|                    , yesod |                    , yesod | ||||||
|                    , yesod-core |                    , yesod-core | ||||||
|                    , yesod-platform       >= 1.2 && < 1.3 |                    , yesod-platform       >= 1.2.0.1 && < 1.3 | ||||||
|                    , yesod-static |                    , yesod-static | ||||||
| 
 | 
 | ||||||
|     if flag(blaze_html_0_4) |     if flag(blaze_html_0_4) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user