--- unicode-transforms-0.4.0.1/unicode-transforms.cabal.orig 2023-12-02 21:39:28.993015984 +0100 +++ unicode-transforms-0.4.0.1/unicode-transforms.cabal 2023-12-02 21:39:47.125999114 +0100 @@ -82,10 +82,10 @@ hs-source-dirs: . ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs build-depends: - base >= 4.8 && < 4.17 - , unicode-data >= 0.2 && < 0.4 + base >= 4.8 && < 4.18 + , unicode-data >= 0.2 && < 0.5 , bytestring >= 0.9 && < 0.12 - , ghc-prim >= 0.2 && < 0.9 + , ghc-prim >= 0.2 && < 0.10 -- We depend on a lot of internal modules in text. We keep the upper bound -- inclusive of the latest stable version.