metabrush/cabal.project

62 lines
1.3 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
2022-12-04 16:25:44 +00:00
-------------
-- 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,
2022-12-04 14:52:29 +00:00
-- eigen
2023-01-20 15:34:04 +00:00
--source-repository-package
-- type: git
-- location: https://github.com/chessai/eigen
-- tag: 8fff32a43df743c8c83428a86dd566a0936a4fba
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 --
-------------
-- 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,