mirror of
https://gitlab.com/sheaf/metabrush.git
synced 2024-11-05 23:03:38 +00:00
Update cabal.project for GHC 9.6
This commit is contained in:
parent
4cd11fa02f
commit
cd6b7368f8
|
@ -33,7 +33,7 @@ common common
|
||||||
|
|
||||||
build-depends:
|
build-depends:
|
||||||
base
|
base
|
||||||
>= 4.17 && < 4.18
|
>= 4.17 && < 4.19
|
||||||
, acts
|
, acts
|
||||||
^>= 0.3.1.0
|
^>= 0.3.1.0
|
||||||
, code-page
|
, code-page
|
||||||
|
|
|
@ -43,6 +43,13 @@ source-repository-package
|
||||||
location: https://github.com/chessai/eigen
|
location: https://github.com/chessai/eigen
|
||||||
tag: 1790fdf9138970dde0dbabf8b270698145a4a88c
|
tag: 1790fdf9138970dde0dbabf8b270698145a4a88c
|
||||||
|
|
||||||
|
-- rounded-hw
|
||||||
|
source-repository-package
|
||||||
|
type: git
|
||||||
|
location: https://github.com/minoki/haskell-floating-point
|
||||||
|
subdir: rounded-hw
|
||||||
|
tag: c141bc8435c556e94d51254479a8213698679261
|
||||||
|
|
||||||
-------------
|
-------------
|
||||||
-- GHC 9.6 --
|
-- GHC 9.6 --
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in a new issue