web: update to current yesod (0.6.1.2)
This commit is contained in:
		
							parent
							
								
									577b7fabff
								
							
						
					
					
						commit
						8740fec8aa
					
				@ -112,7 +112,7 @@ instance Yesod App where
 | 
				
			|||||||
        mmsg <- getMessage
 | 
					        mmsg <- getMessage
 | 
				
			||||||
        pc <- widgetToPageContent $ do
 | 
					        pc <- widgetToPageContent $ do
 | 
				
			||||||
            widget
 | 
					            widget
 | 
				
			||||||
            addStyle $(cassiusFile "default-layout")
 | 
					            addCassius $(cassiusFile "default-layout")
 | 
				
			||||||
        hamletToRepHtml $(hamletFile "default-layout")
 | 
					        hamletToRepHtml $(hamletFile "default-layout")
 | 
				
			||||||
    -- authRoute _ = Just $ AuthR LoginR
 | 
					    -- authRoute _ = Just $ AuthR LoginR
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -66,10 +66,10 @@ executable hledger-web
 | 
				
			|||||||
                 -- ,time
 | 
					                 -- ,time
 | 
				
			||||||
                 -- ,utf8-string >= 0.3.5 && < 0.4
 | 
					                 -- ,utf8-string >= 0.3.5 && < 0.4
 | 
				
			||||||
                 ,io-storage >= 0.3 && < 0.4
 | 
					                 ,io-storage >= 0.3 && < 0.4
 | 
				
			||||||
                 ,yesod >= 0.5.0.3 && < 0.6
 | 
					                 ,yesod >= 0.6.1.2 && < 0.7
 | 
				
			||||||
                 ,hamlet == 0.5.*
 | 
					                 ,hamlet >= 0.5.1 && < 0.7
 | 
				
			||||||
                 ,convertible-text >= 0.3.0.1 && < 0.4
 | 
					                 -- ,convertible-text >= 0.3.0.1 && < 0.4
 | 
				
			||||||
                 ,data-object >= 0.3.1.2 && < 0.4
 | 
					                 -- ,data-object >= 0.3.1.2 && < 0.4
 | 
				
			||||||
                 ,failure >= 0.1 && < 0.2
 | 
					                 ,failure >= 0.1 && < 0.2
 | 
				
			||||||
                 -- ,persistent == 0.2.*
 | 
					                 -- ,persistent == 0.2.*
 | 
				
			||||||
                 -- ,persistent-sqlite == 0.2.*
 | 
					                 -- ,persistent-sqlite == 0.2.*
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user