web: add missing CPP pragma

This commit is contained in:
Simon Michael 2012-10-13 14:57:42 +00:00
parent af03481385
commit f441bbd946

View File

@ -1,4 +1,4 @@
{-# LANGUAGE TemplateHaskell, QuasiQuotes, OverloadedStrings, RecordWildCards #-}
{-# LANGUAGE TemplateHaskell, QuasiQuotes, OverloadedStrings, RecordWildCards, CPP #-}
{-
hledger-web's request handlers, and helpers.