update bounds for GHC 9.10

This commit is contained in:
sheaf 2024-05-23 11:17:36 +02:00
parent 91ac61e3cd
commit af66b3b5ac
3 changed files with 14 additions and 34 deletions

View file

@ -26,7 +26,7 @@ common common
build-depends: build-depends:
base base
>= 4.17 && < 4.20 >= 4.17 && < 5.0
, code-page , code-page
^>= 0.2.1 ^>= 0.2.1
, containers , containers
@ -166,7 +166,7 @@ library
build-depends: build-depends:
template-haskell template-haskell
>= 2.18 && < 2.22 >= 2.18 && < 3.0
, bifunctors , bifunctors
>= 5.5.4 && < 5.7 >= 5.5.4 && < 5.7
, deepseq , deepseq

View file

@ -8,29 +8,17 @@ constraints:
tests: True tests: True
allow-newer: allow-newer:
acts:base, acts:deepseq, *:base, *:template-haskell,
groups-generic:base, acts:deepseq,
eigen:primitive, falsify:tasty,
falsify:base, falsify:tasty, indexed-traversable:containers
--package brush-strokes --------------
profiling: True -- GHC 9.10 --
profiling-detail: late --------------
-------------
-- GHC 9.4 --
-------------
-- eigen -- eigen
source-repository-package source-repository-package
type: git type: git
location: https://github.com/sheaf/eigen location: https://github.com/sheaf/eigen
tag: 0e2dc2d495cef76af3bdc79349696ce2249405fb tag: 3bc1d4bc53edb75e2ee3893763361aa0d5c7714a
-------------
-- GHC 9.6 --
-------------
-------------
-- GHC 9.8 --
-------------

View file

@ -33,20 +33,12 @@ allow-newer:
waargonaut:vector, waargonaut:vector,
waargonaut:witherable, waargonaut:witherable,
------------- --------------
-- GHC 9.4 -- -- GHC 9.10 --
------------- --------------
-- eigen -- eigen
source-repository-package source-repository-package
type: git type: git
location: https://github.com/sheaf/eigen location: https://github.com/sheaf/eigen
tag: 0e2dc2d495cef76af3bdc79349696ce2249405fb tag: 3bc1d4bc53edb75e2ee3893763361aa0d5c7714a
-------------
-- GHC 9.6 --
-------------
-------------
-- GHC 9.8 --
-------------