make these modules loadable in a GHCI with OverloadedStrings set

This commit is contained in:
Simon Michael 2018-08-03 03:06:28 +01:00
parent 3e0147b7e9
commit b11a0eadb2
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE NoOverloadedStrings #-} -- prevent trouble if turned on in ghci
module Hledger.Cli.Commands.Checkdates (
checkdatesmode

View File

@ -1,4 +1,5 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE NoOverloadedStrings #-} -- prevent trouble if turned on in ghci
{-|
Utilities for top-level modules and ghci. See also Hledger.Read and