metabrush/cabal.project

61 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-08-05 20:23:16 +00:00
packages: .
2020-08-04 06:15:06 +00:00
constraints:
2023-01-13 05:32:34 +00:00
acts -finitary,
2023-01-14 02:22:04 +00:00
rounded-hw -pure-hs -c99 -avx512 +ghc-prim -x87-long-double
2023-01-13 05:32:34 +00:00
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:
*:base, *:ghc, *:ghc-prim, *:template-haskell,
*:text
2022-12-04 16:25:44 +00:00
-------------
-- GHC 9.2 --
-------------
allow-newer:
digit:lens,
hedgehog:resourcet,
natural:lens,
waargonaut:lens,
2022-12-04 16:25:44 +00:00
waargonaut:records-sop,
waargonaut:semigroups, waargonaut:text,
waargonaut:vector, waargonaut:witherable,
2022-12-04 14:52:29 +00:00
-- records-sop
2021-02-23 12:14:32 +00:00
source-repository-package
type: git
2022-12-04 14:52:29 +00:00
location: https://github.com/kosmikus/records-sop
tag: abab99b4b870fce55e81dd03d4e41fb50502ca4e
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
2023-02-09 16:53:25 +00:00
-- rounded-hw
source-repository-package
type: git
location: https://github.com/minoki/haskell-floating-point
subdir: rounded-hw
tag: c141bc8435c556e94d51254479a8213698679261
2022-12-04 16:25:44 +00:00
-------------
-- GHC 9.6 --
-------------
-------------
-- GHC 9.8 --
-------------