Skip to content

Commit

Permalink
dev: Hledger.Write.Ods: fix build with ghc <9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Sep 30, 2024
1 parent 5552df0 commit 17f34d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hledger-lib/Hledger/Write/Ods.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ module Hledger.Write.Ods (
printFods,
) where

import Prelude hiding (Applicative(..))
import Control.Applicative (Applicative(..))

import qualified Data.Text.Lazy as TL
import qualified Data.Text as T
import Data.Text (Text)
Expand Down

0 comments on commit 17f34d0

Please sign in to comment.