better liftAnnex, avoid using runAnnex undefined

This commit is contained in:
Joey Hess 2013-03-04 16:36:38 -04:00
parent 5274713305
commit 907b0c0d78
15 changed files with 61 additions and 59 deletions

View file

@ -7,7 +7,7 @@
module Assistant.WebApp.Common (module X) where
import Assistant.Common as X
import Assistant.Common as X hiding (liftAnnex)
import Assistant.WebApp as X
import Assistant.WebApp.Page as X
import Assistant.WebApp.Form as X