Skip to content

Commit d03eaec

Browse files
committed
Merge branch 'minor-updates-binary-packages' of https://github.com/GrammaticalFramework/gf-core into minor-updates-binary-packages
2 parents 271ab93 + 8d9199e commit d03eaec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/compiler/GF/Interactive2.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import GF.Command.Abstract
1212
import GF.Command.Parse(readCommandLine,pCommand)
1313
import GF.Data.Operations (Err(..))
1414
import GF.Data.Utilities(whenM,repeatM)
15-
15+
import Control.Monad (join, when, (<=<))
1616
import GF.Infra.UseIO(ioErrorText,putStrLnE)
1717
import GF.Infra.SIO
1818
import GF.Infra.Option

src/runtime/haskell-bind/pgf2.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ homepage: https://www.grammaticalframework.org/
1515
bug-reports: https://github.com/GrammaticalFramework/gf-core/issues
1616
author: Krasimir Angelov
1717
extra-source-files: CHANGELOG.md, README.md
18-
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.10.4
18+
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.10.4, GHC=9.6.6
1919

2020
library
2121
exposed-modules:
@@ -26,7 +26,7 @@ library
2626
PGF2.Expr,
2727
PGF2.Type
2828
build-depends:
29-
base >= 4.9.1 && < 4.16,
29+
base >= 4.9.1 && < 4.22,
3030
containers >= 0.5.7 && < 0.7,
3131
pretty >= 1.1.3 && < 1.2
3232
default-language: Haskell2010

0 commit comments

Comments
 (0)