diff --git a/typerep-map.cabal b/typerep-map.cabal index 4650ce5..2e1ba43 100644 --- a/typerep-map.cabal +++ b/typerep-map.cabal @@ -36,13 +36,14 @@ tested-with: GHC == 8.2.2 , GHC == 9.0.2 , GHC == 9.2.4 , GHC == 9.4.2 + , GHC == 9.6.2 source-repository head type: git location: https://github.com/kowainik/typerep-map.git common common-options - build-depends: base >= 4.10 && < 4.18 + build-depends: base >= 4.10 && < 5 default-language: Haskell2010 default-extensions: BangPatterns @@ -79,7 +80,7 @@ library Data.TypeRepMap Data.TypeRepMap.Internal - build-depends: ghc-prim >= 0.5.1.1 && < 0.10 + build-depends: ghc-prim >= 0.5.1.1 && < 0.11 , primitive ^>= 0.7.0 , deepseq ^>= 1.4