mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 12:19:54 +00:00
Fork/fix terminal libary to work on Apple M1 (#211)
* use forked terminal with CapiFFI (fails to compile) * update terminal package git tag * add terminal fork to stack.yaml
This commit is contained in:
parent
8a859044cb
commit
fca063e131
2 changed files with 8 additions and 1 deletions
|
@ -5,3 +5,8 @@ source-repository-package
|
|||
location: git://github.com/simplex-chat/hs-tls.git
|
||||
tag: cea6d52c512716ff09adcac86ebc95bb0b3bb797
|
||||
subdir: core
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: git://github.com/simplex-chat/haskell-terminal.git
|
||||
tag: 5e0759ce4f9655fd3f0d94c76225e6904630dfd3
|
||||
|
|
|
@ -37,7 +37,9 @@ packages:
|
|||
extra-deps:
|
||||
- cryptostore-0.2.1.0@sha256:9896e2984f36a1c8790f057fd5ce3da4cbcaf8aa73eb2d9277916886978c5b19,3881
|
||||
- simple-logger-0.1.0@sha256:be8ede4bd251a9cac776533bae7fb643369ebd826eb948a9a18df1a8dd252ff8,1079
|
||||
- terminal-0.2.0.0@sha256:de6770ecaae3197c66ac1f0db5a80cf5a5b1d3b64a66a05b50f442de5ad39570,2977
|
||||
# - terminal-0.2.0.0@sha256:de6770ecaae3197c66ac1f0db5a80cf5a5b1d3b64a66a05b50f442de5ad39570,2977
|
||||
- github: simplex-chat/haskell-terminal
|
||||
commit: 5e0759ce4f9655fd3f0d94c76225e6904630dfd3
|
||||
- simplexmq-1.0.0@sha256:34b2004728ae396e3ae449cd090ba7410781e2b3cefc59259915f4ca5daa9ea8,8561
|
||||
# - ../simplexmq
|
||||
# - github: simplex-chat/simplexmq
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue