mirror of
https://gitlab.com/sheaf/metabrush.git
synced 2024-11-05 23:03:38 +00:00
update bounds for GHC 9.10
This commit is contained in:
parent
91ac61e3cd
commit
af66b3b5ac
|
@ -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
|
||||||
|
|
|
@ -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 --
|
|
||||||
-------------
|
|
||||||
|
|
|
@ -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 --
|
|
||||||
-------------
|
|
||||||
|
|
Loading…
Reference in a new issue