dev: add TypeOperators pragma to satisfy ghc 9.4
This commit is contained in:
parent
704b47bb92
commit
e891eecb8b
@ -13,6 +13,7 @@ Options common to most hledger reports.
|
||||
{-# LANGUAGE RecordWildCards #-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
|
||||
module Hledger.Reports.ReportOptions (
|
||||
ReportOpts(..),
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
{-# LANGUAGE FlexibleContexts #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
|
||||
module Hledger.Utils.Parse (
|
||||
SimpleStringParser,
|
||||
|
||||
@ -12,6 +12,7 @@ related utilities used by hledger commands.
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
|
||||
module Hledger.Cli.CliOptions (
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user