Skip to content

Commit 64aac07

Browse files
committed
Update dependencies to allow building with GHC 9.12
1 parent 287f0c1 commit 64aac07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

agda2hs.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ executable agda2hs
5353
AgdaInternals,
5454
Paths_agda2hs
5555
autogen-modules: Paths_agda2hs
56-
build-depends: base >= 4.13 && < 4.21,
56+
build-depends: base >= 4.13 && < 4.22,
5757
Agda >= 2.8.0 && < 2.9.0,
5858
bytestring >= 0.11.5 && < 0.13,
59-
containers >= 0.6 && < 0.8,
59+
containers >= 0.6 && < 0.9,
6060
unordered-containers >= 0.2.19 && < 0.3,
6161
mtl (>= 2.2 && < 2.3)
6262
|| (>= 2.3.1 && < 2.4),
6363
transformers >= 0.6 && < 0.7,
6464
monad-control >= 1.0 && < 1.1,
6565
directory >= 1.2.6.2 && < 1.4,
66-
filepath >= 1.4.1.0 && < 1.5,
66+
filepath >= 1.4.1.0 && < 1.6,
6767
haskell-src-exts >= 1.23 && < 1.25,
6868
syb >= 0.7.2 && < 0.8,
6969
text >= 2.0.2 && < 2.2,

lib/containers/containers-prop.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
import: language, opts-lib
4040
hs-source-dirs: haskell
4141
build-depends:
42-
, base >=4.13 && <4.21
42+
, base >=4.13 && <4.22
4343
, containers >=0.6 && <0.9
4444

4545
exposed-modules:

0 commit comments

Comments
 (0)