Skip to content

Commit

Permalink
Support build grpc-haskell with ghc-9.2.8 without nix (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodew authored Sep 6, 2023
1 parent d20c20d commit 9adf3b0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist
.stack-work/
stack*.lock
*.pyc
*.pyo
*.o
Expand All @@ -11,4 +12,4 @@ result
cabal.project.local
dist-newstyle/
tests/py-tmp
tests/tmp
tests/tmp
4 changes: 2 additions & 2 deletions core/grpc-haskell-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library
build-depends:
base >= 4.8 && < 5.0
, clock >= 0.6.0 && < 0.9
, bytestring == 0.10.*
, bytestring >= 0.10 && <0.12
, stm >= 2.4 && < 2.6
, containers >= 0.5 && < 0.7
, managed >= 1.0.0 && < 1.1
Expand Down Expand Up @@ -83,7 +83,7 @@ test-suite tests
build-depends:
base >=4.8 && <5.0
, grpc-haskell-core
, bytestring ==0.10.*
, bytestring >= 0.10 && <0.12
, unix
, time
, async >=2.1 && <2.3
Expand Down
13 changes: 13 additions & 0 deletions stack-20.26.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
resolver: lts-20.26

packages:
- '.'
- 'core'

extra-deps:
- git: git@github.com:awakesecurity/proto3-suite.git
commit: 5beaf4ab206b5c82a2161dd0850e91b3663135ec
- git: git@github.com:awakesecurity/proto3-wire.git
commit: ee6ca644eef86cc5f31da85fb48e10b20ab0e1a1
- large-generics-0.2.1
- large-records-0.4

0 comments on commit 9adf3b0

Please sign in to comment.