diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-14 13:25:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-14 13:43:36 -0400 |
commit | 7a1165bc3ac8c9069ed6fd5043227d284dc6b83b (patch) | |
tree | 3977f9271e88f720f292f9f5bab352ebbe7efcb0 /standalone/android/evilsplicer-headers.hs | |
parent | 7f84f433afb11245f875e279a20ae0748b92ba1a (diff) |
incremental android builds with the EvilSplicer
Diffstat (limited to 'standalone/android/evilsplicer-headers.hs')
-rw-r--r-- | standalone/android/evilsplicer-headers.hs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/standalone/android/evilsplicer-headers.hs b/standalone/android/evilsplicer-headers.hs new file mode 100644 index 000000000..bdcb6383c --- /dev/null +++ b/standalone/android/evilsplicer-headers.hs @@ -0,0 +1,17 @@ + + +{- This file was modified by the EvilSplicer, adding these headers, + - and expanding Template Haskell. + - + - ** DO NOT COMMIT ** + -} +import qualified Data.Text.Lazy.Builder +import qualified Text.Shakespeare +import qualified Text.Hamlet +import qualified Text.Julius +import qualified "blaze-markup" Text.Blaze.Internal +import qualified Data.Monoid +import qualified Yesod.Widget +{- End EvilSplicer headers. -} + + |