revert reversion

This reverts commit 7bfc4a5442.

Android build is going to have consistent versions again.
This commit is contained in:
Joey Hess 2014-10-15 11:49:13 -04:00
parent 6b08fdc818
commit 9c8abb761f
5 changed files with 13 additions and 29 deletions

View file

@ -28,7 +28,11 @@ import Yesod as Y
#else
import Yesod as Y hiding (Html)
#endif
#if MIN_VERSION_yesod_form(1,3,8)
import Yesod.Form.Bootstrap3 as Y hiding (bfs)
#else
import Assistant.WebApp.Bootstrap3 as Y hiding (bfs)
#endif
#ifndef __NO_TH__
import Yesod.Default.Util
import Language.Haskell.TH.Syntax (Q, Exp)