mirror of
https://gitlab.com/sheaf/metabrush.git
synced 2024-11-05 14:53:37 +00:00
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
packages: .
|
|
|
|
constraints:
|
|
acts -finitary
|
|
|
|
allow-newer:
|
|
waargonaut:*
|
|
|
|
|
|
-- fixes gi-cairo-render to work with haskell-gi >= 0.24
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/sheaf/gi-cairo-render
|
|
tag: a53d1596e36ce7bbff517940260faf1c4d02ffcc
|
|
subdir: gi-cairo-render gi-cairo-connector
|
|
|
|
-- latest version of hmatrix
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/haskell-numerics/hmatrix
|
|
tag: 08138810946c7eae2254feeb33269cd962d5e0c8
|
|
subdir: packages/base
|
|
|
|
package hmatrix
|
|
ghc-options: "-w"
|
|
flags: +openblas
|
|
|
|
-- adds MonadTrans Decoder instance to waargonaut Decoder
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/sheaf/waargonaut
|
|
tag: dc835fb86d2592fa2e55753fa4eb7c59d6124699
|
|
|
|
-- instances for CPS Writer / CPS RWST
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/haskell/mtl
|
|
tag: a9023c764a08beedbb1b8ca20bc39103f26529c5
|
|
|
|
-- patch to superrecord with API improvements
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/sheaf/superrecord
|
|
tag: 4cecac06afaa3fb60e67cdb273e36eed3f04335d
|
|
|
|
constraints:
|
|
-- fix for Haskell GI GValue bug
|
|
haskell-gi >= 0.24.5
|