web: add missing language flag to hledger-web.hs

This commit is contained in:
Simon Michael 2012-03-30 19:24:43 +00:00
parent 28d86aca53
commit e8114f3ffb

View File

@ -1,4 +1,4 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE CPP, OverloadedStrings #-}
{-|
hledger-web - a hledger add-on providing a web interface.