dev: add TypeOperators pragma to satisfy ghc 9.4

This commit is contained in:
Simon Michael 2023-01-10 19:33:31 -10:00
parent 704b47bb92
commit e891eecb8b
3 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Options common to most hledger reports.
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
module Hledger.Reports.ReportOptions (
ReportOpts(..),

View File

@ -1,5 +1,6 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
module Hledger.Utils.Parse (
SimpleStringParser,

View File

@ -12,6 +12,7 @@ related utilities used by hledger commands.
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
module Hledger.Cli.CliOptions (