File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments