Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit a7f6806

Browse files
Patrick Thomsondcreager
authored andcommitted
Fix cabal build. (#4)
- Remove cmark-gfm direct dependency. - Fix submodule paths. - Pin to versioned fused-effects packages.
1 parent cf80355 commit a7f6806

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@
77
[submodule "vendor/freer-cofreer"]
88
path = vendor/freer-cofreer
99
url = https://github.com/robrix/freer-cofreer.git
10+
[submodule "vendor/proto3-suite"]
11+
path = vendor/proto3-suite
12+
url = https://github.com/joshvera/proto3-suite.git
13+
[submodule "vendor/proto3-wire"]
14+
path = vendor/proto3-wire
15+
url = https://github.com/joshvera/proto3-wire.git

semantic.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ common dependencies
5252
, fastsum
5353
, filepath ^>= 1.4.2.1
5454
, free ^>= 5.1
55-
, fused-effects
56-
, fused-effects-exceptions
55+
, fused-effects ^>= 0.4.0.0
56+
, fused-effects-exceptions ^>= 0.1.1.0
5757
, hashable ^>= 1.2.7.0
5858
, haskell-tree-sitter
5959
, machines ^>= 0.6.4

0 commit comments

Comments
 (0)