2020-08-05 20:23:16 +00:00
|
|
|
packages: .
|
|
|
|
|
2020-08-04 06:15:06 +00:00
|
|
|
constraints:
|
|
|
|
acts -finitary
|
|
|
|
|
2020-08-31 20:28:30 +00:00
|
|
|
allow-newer:
|
2021-02-23 12:14:32 +00:00
|
|
|
waargonaut:*,
|
2022-02-11 21:05:13 +00:00
|
|
|
*:haskell-gi-base, *:haskell-gi,
|
|
|
|
*:base, *:template-haskell, *:text,
|
|
|
|
ghc-typelits-natnormalise:ghc-bignum,
|
|
|
|
integer-logarithms:ghc-bignum,
|
|
|
|
hashable:ghc-bignum,
|
|
|
|
lens:hashable, aeson:hashable
|
2020-11-12 17:34:46 +00:00
|
|
|
|
2021-02-23 12:14:32 +00:00
|
|
|
-- various fixes for 'hmatrix'
|
2020-08-25 22:22:07 +00:00
|
|
|
source-repository-package
|
|
|
|
type: git
|
|
|
|
location: https://github.com/haskell-numerics/hmatrix
|
2021-02-23 12:14:32 +00:00
|
|
|
tag: e9268cd5ea31322220c0847f2fdce968789693b4
|
2020-08-25 22:22:07 +00:00
|
|
|
subdir: packages/base
|
2020-08-31 20:28:30 +00:00
|
|
|
|
2022-06-17 14:21:52 +00:00
|
|
|
-- GHC compat fixes for records-sop
|
|
|
|
source-repository-package
|
|
|
|
type: git
|
|
|
|
location: https://github.com/kosmikus/records-sop
|
|
|
|
tag: abab99b4b870fce55e81dd03d4e41fb50502ca4e
|
|
|
|
|
2020-09-07 14:03:26 +00:00
|
|
|
package hmatrix
|
|
|
|
ghc-options: "-w"
|
2020-09-08 13:21:32 +00:00
|
|
|
flags: +openblas
|
2020-09-07 14:03:26 +00:00
|
|
|
|
2021-02-23 12:14:32 +00:00
|
|
|
source-repository-package
|
|
|
|
type: git
|
2022-02-11 21:05:13 +00:00
|
|
|
location: https://github.com/well-typed/large-records
|
|
|
|
subdir: large-generics
|
|
|
|
large-anon
|
|
|
|
tag: acb837a9a4c22cea1abf552b47f9d3bf5af2fbdf
|
2022-06-17 14:21:52 +00:00
|
|
|
|
|
|
|
package *
|
|
|
|
ghc-options: "-finfo-table-map" "-fdistinct-constructor-tables"
|