Skip to content

Commit

Permalink
Merge pull request #7 from alexfmpe/ghc-9.6
Browse files Browse the repository at this point in the history
Build with ghc 9.6
  • Loading branch information
ali-abrar authored May 28, 2024
2 parents 50dad6b + b6da55e commit 7199d23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cli-git.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ library
hs-source-dirs: src
default-language: Haskell2010
build-depends:
base >=4.12.0.0 && <4.17
base >=4.12.0.0 && <4.19
, cli-extras >=0.2.1.0 && <0.3
, containers >=0.6.0.1 && <0.7
, data-default >=0.7.1.1 && <0.8
, exceptions >=0.10.3 && <0.11
, logging-effect >=1.3.4 && <1.4
, megaparsec >=7.0.5 && <9.1
, mtl >=2.2.2 && <2.3
, lens >=4.17.1 && <5.4
, logging-effect >=1.3.4 && <1.5
, megaparsec >=7.0.5 && <9.7
, mtl >=2.2.2 && <2.4
, text >=1.2.3.1 && <1.3
, which >=0.2 && <0.3

Expand Down
2 changes: 2 additions & 0 deletions src/Bindings/Cli/Git.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ module Bindings.Cli.Git
import Control.Applicative hiding (many)
import Control.Monad.Catch (MonadMask)
import Control.Monad.Except
import Control.Monad.IO.Class (MonadIO)
import Control.Monad.Fail
import Control.Monad.Log
import Data.Bool (bool)
import Data.Bifunctor
import Data.Char
import Data.Either
import Data.Functor (void)
import Data.Map (Map)
import qualified Data.Map as M
import Data.Maybe (maybeToList)
Expand Down

0 comments on commit 7199d23

Please sign in to comment.