diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-02 19:00:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-02 19:00:50 -0400 |
commit | b48554b021efe79ef7029c7a66aab1063e71ac47 (patch) | |
tree | 8305db78da9d9347b699e4a59467c1cd4d737e49 /Command/WebApp.hs | |
parent | a23e296da2d7e428cf242d0d6ee631890aef82a4 (diff) |
need cpp
Diffstat (limited to 'Command/WebApp.hs')
-rw-r--r-- | Command/WebApp.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Command/WebApp.hs b/Command/WebApp.hs index 30bd2ffab..6b9b8f783 100644 --- a/Command/WebApp.hs +++ b/Command/WebApp.hs @@ -5,6 +5,8 @@ - Licensed under the GNU GPL version 3 or higher. -} +{-# LANGUAGE CPP #-} + module Command.WebApp where import Common.Annex |