mirror of
https://gitlab.com/sheaf/metabrush.git
synced 2024-11-05 14:53:37 +00:00
63 lines
1.4 KiB
Plaintext
63 lines
1.4 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
|
|
|
|
-------------
|
|
-- GHC 9.2 --
|
|
-------------
|
|
|
|
allow-newer:
|
|
digit:lens,
|
|
hedgehog:resourcet,
|
|
hoist-error:base,
|
|
natural:lens,
|
|
prim-instances:base,
|
|
records-sop:ghc-prim,
|
|
waargonaut:base, 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 --
|
|
-------------
|
|
|
|
allow-newer:
|
|
attoparsec:ghc-prim,
|
|
generics-sop:base, generics-sop:ghc-prim,
|
|
hw-prim:ghc-prim,
|
|
integer-logarithms:ghc-prim,
|
|
vector-stream:base, vector-stream:ghc-prim,
|