--- primitive-0.9.0.0/primitive.cabal 2001-09-09 03:46:40.000000000 +0200 +++ primitive-0.9.0.0.new/primitive.cabal 2024-12-26 12:39:08.723043665 +0100 @@ -1,6 +1,6 @@ Cabal-Version: 2.0 Name: primitive -Version: 0.9.0.0 +Version: 0.9.1.0 License: BSD3 License-File: LICENSE @@ -19,15 +19,17 @@ test/LICENSE Tested-With: - GHC == 8.0.2 GHC == 8.2.2 GHC == 8.4.4 GHC == 8.6.5 GHC == 8.8.4 GHC == 8.10.7 GHC == 9.0.2 - GHC == 9.2.5 - GHC == 9.4.4 + GHC == 9.2.8 + GHC == 9.4.8 + GHC == 9.6.6 + GHC == 9.8.2 + GHC == 9.10.1 Library Default-Language: Haskell2010 @@ -55,7 +57,7 @@ Data.Primitive.Internal.Operations Data.Primitive.Internal.Read - Build-Depends: base >= 4.9 && < 4.20 + Build-Depends: base >= 4.10 && < 4.22 , deepseq >= 1.1 && < 1.6 , transformers >= 0.5 && < 0.7 , template-haskell >= 2.11 @@ -70,7 +72,6 @@ Include-Dirs: cbits Install-Includes: primitive-memops.h - includes: primitive-memops.h c-sources: cbits/primitive-memops.c if !os(solaris) cc-options: -ftree-vectorize @@ -86,11 +87,10 @@ type: exitcode-stdio-1.0 build-depends: base , base-orphans - , ghc-prim , primitive , quickcheck-classes-base >= 0.6 && <0.7 - , QuickCheck >= 2.13 && < 2.15 - , tasty ^>= 1.2 || ^>= 1.3 || ^>= 1.4 + , QuickCheck >= 2.13 && < 2.16 + , tasty >= 1.2 && < 1.6 , tasty-quickcheck , tagged , transformers >= 0.5 @@ -113,6 +113,7 @@ PrimArray.Traverse build-depends: base + , containers , primitive , deepseq , tasty-bench