mirror of
https://gitlab.com/sheaf/metabrush.git
synced 2024-11-05 14:53:37 +00:00
41 lines
985 B
Plaintext
41 lines
985 B
Plaintext
packages: .
|
|
|
|
constraints:
|
|
acts -finitary
|
|
|
|
allow-newer:
|
|
waargonaut:*,
|
|
*: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
|
|
|
|
-- various fixes for 'hmatrix'
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/haskell-numerics/hmatrix
|
|
tag: e9268cd5ea31322220c0847f2fdce968789693b4
|
|
subdir: packages/base
|
|
|
|
-- GHC compat fixes for records-sop
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/kosmikus/records-sop
|
|
tag: abab99b4b870fce55e81dd03d4e41fb50502ca4e
|
|
|
|
package hmatrix
|
|
ghc-options: "-w"
|
|
flags: +openblas
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/well-typed/large-records
|
|
subdir: large-generics
|
|
large-anon
|
|
tag: acb837a9a4c22cea1abf552b47f9d3bf5af2fbdf
|
|
|
|
package *
|
|
ghc-options: "-finfo-table-map" "-fdistinct-constructor-tables"
|