mirror of
https://gitlab.com/sheaf/metabrush.git
synced 2024-11-05 14:53:37 +00:00
52420a1169
also includes the start of a way to observe which equations are being solved, which should help with improving the performance of the interval Newton method
61 lines
1.2 KiB
Plaintext
61 lines
1.2 KiB
Plaintext
packages: .
|
|
|
|
constraints:
|
|
acts -finitary,
|
|
rounded-hw -pure-hs -c99 -avx512 +ghc-prim -x87-long-double
|
|
|
|
|
|
-- Fix a severe bug in Waargonaut (no corresponding Hackage release???)
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/haskell-waargonaut/waargonaut
|
|
tag: 5f838582a8c5aae1a198ecd4958729e53a6b03cf
|
|
|
|
allow-newer:
|
|
*:base, *:ghc, *:ghc-prim, *:template-haskell,
|
|
*:text
|
|
|
|
-------------
|
|
-- GHC 9.2 --
|
|
-------------
|
|
|
|
allow-newer:
|
|
digit:lens,
|
|
hedgehog:resourcet,
|
|
natural:lens,
|
|
waargonaut:lens,
|
|
waargonaut:records-sop,
|
|
waargonaut:semigroups, waargonaut:text,
|
|
waargonaut:vector, waargonaut:witherable,
|
|
|
|
-- records-sop
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/kosmikus/records-sop
|
|
tag: abab99b4b870fce55e81dd03d4e41fb50502ca4e
|
|
|
|
-------------
|
|
-- GHC 9.4 --
|
|
-------------
|
|
|
|
-- eigen
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/chessai/eigen
|
|
tag: 1790fdf9138970dde0dbabf8b270698145a4a88c
|
|
|
|
-- rounded-hw
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/minoki/haskell-floating-point
|
|
subdir: rounded-hw
|
|
tag: c141bc8435c556e94d51254479a8213698679261
|
|
|
|
-------------
|
|
-- GHC 9.6 --
|
|
-------------
|
|
|
|
-------------
|
|
-- GHC 9.8 --
|
|
-------------
|