mirror of
https://gitlab.com/sheaf/metabrush.git
synced 2024-11-05 14:53:37 +00:00
62 lines
1.3 KiB
Plaintext
62 lines
1.3 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,
|
|
|
|
-- eigen
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/chessai/eigen
|
|
tag: 8fff32a43df743c8c83428a86dd566a0936a4fba
|
|
|
|
-- records-sop
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/kosmikus/records-sop
|
|
tag: abab99b4b870fce55e81dd03d4e41fb50502ca4e
|
|
|
|
-------------
|
|
-- GHC 9.4 --
|
|
-------------
|
|
|
|
-- hw-balancedparens
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/sheaf/hw-balancedparens
|
|
tag: 747e4ce2145b436dd352814b71a68fc41fe63e6f
|
|
|
|
-------------
|
|
-- 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,
|