metabrush/cabal.project

52 lines
1.1 KiB
Plaintext
Raw Normal View History

packages: ., brush-strokes
2020-08-05 20:23:16 +00:00
2020-08-04 06:15:06 +00:00
constraints:
2023-01-13 05:32:34 +00:00
acts -finitary,
-- brush-strokes +use-fma,
2024-02-17 12:58:40 +00:00
rounded-hw -pure-hs -c99 -avx512 +ghc-prim -x87-long-double,
text -simdutf
-- text +simdutf causes the "digit" package to fail to build with undefined symbol linker errors
2020-08-04 06:15:06 +00:00
2022-12-04 14:52:29 +00:00
-- Fix a severe bug in Waargonaut (no corresponding Hackage release???)
source-repository-package
type: git
2022-12-04 14:52:29 +00:00
location: https://github.com/haskell-waargonaut/waargonaut
tag: 5f838582a8c5aae1a198ecd4958729e53a6b03cf
allow-newer:
2024-02-17 12:58:40 +00:00
*:base, *:template-haskell, *:ghc-prim,
acts:deepseq,
2022-12-04 16:25:44 +00:00
digit:lens,
2024-02-17 12:58:40 +00:00
eigen:primitive,
eigen:transformers,
gi-cairo-connector:mtl,
2022-12-04 16:25:44 +00:00
hedgehog:resourcet,
2024-02-17 12:58:40 +00:00
JuicyPixels:zlib,
2022-12-04 16:25:44 +00:00
natural:lens,
2024-02-17 12:58:40 +00:00
records-sop:deepseq,
waargonaut:bifunctors,
waargonaut:lens,
2022-12-04 16:25:44 +00:00
waargonaut:records-sop,
2024-02-17 12:58:40 +00:00
waargonaut:semigroups,
waargonaut:text,
waargonaut:vector,
waargonaut:witherable,
2022-12-04 16:25:44 +00:00
-------------
-- GHC 9.4 --
-------------
2023-01-20 16:42:17 +00:00
-- eigen
2022-12-04 16:25:44 +00:00
source-repository-package
type: git
2023-01-20 16:42:17 +00:00
location: https://github.com/chessai/eigen
tag: 1790fdf9138970dde0dbabf8b270698145a4a88c
2022-12-04 16:25:44 +00:00
-------------
-- GHC 9.6 --
-------------
-------------
-- GHC 9.8 --
-------------