From 1a0ef46df83fd32b02ab00740426a897fb25697f Mon Sep 17 00:00:00 2001 From: crumbtoo Date: Mon, 15 Apr 2024 10:02:36 -0600 Subject: [PATCH] bump --- rlp.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rlp.cabal b/rlp.cabal index e1a30be..bac87fe 100644 --- a/rlp.cabal +++ b/rlp.cabal @@ -50,17 +50,17 @@ library build-tool-depends: happy:happy, alex:alex -- other-extensions: - build-depends: base >=4.17 && <4.20 + build-depends: base >=4.17 && <4.21 -- required for happy , array >= 0.5.5 && < 0.6 , containers >= 0.6.7 && < 0.7 - , template-haskell >= 2.20.0 && < 2.21 + , template-haskell >= 2.20.0 && < 2.23 , pretty >= 1.1.3 && < 1.2 , data-default >= 0.7.1 && < 0.8 , data-default-class >= 0.1.2 && < 0.2 , hashable >= 1.4.3 && < 1.5 , mtl >= 2.3.1 && < 2.4 - , text >= 2.0.2 && < 2.1 + , text >= 2.0.2 && < 2.3 , unordered-containers >= 0.2.20 && < 0.3 , recursion-schemes >= 5.2.2 && < 5.3 , data-fix >= 0.3.2 && < 0.4 @@ -99,7 +99,7 @@ executable rlpc , mtl >= 2.3.1 && < 2.4 , unordered-containers >= 0.2.20 && < 0.3 , lens >=5.2.3 && <6.0 - , text >= 2.0.2 && < 2.1 + , text >= 2.0.2 && < 2.3 hs-source-dirs: app default-language: GHC2021