1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

Fix cabal build. (#4)

- Remove cmark-gfm direct dependency.
- Fix submodule paths.
- Pin to versioned fused-effects packages.
This commit is contained in:
Patrick Thomson 2019-05-30 15:39:43 -04:00 committed by Douglas Creager
parent cf803555e5
commit a7f6806298
2 changed files with 8 additions and 2 deletions

6
.gitmodules vendored
View File

@ -7,3 +7,9 @@
[submodule "vendor/freer-cofreer"]
path = vendor/freer-cofreer
url = https://github.com/robrix/freer-cofreer.git
[submodule "vendor/proto3-suite"]
path = vendor/proto3-suite
url = https://github.com/joshvera/proto3-suite.git
[submodule "vendor/proto3-wire"]
path = vendor/proto3-wire
url = https://github.com/joshvera/proto3-wire.git

View File

@ -52,8 +52,8 @@ common dependencies
, fastsum
, filepath ^>= 1.4.2.1
, free ^>= 5.1
, fused-effects
, fused-effects-exceptions
, fused-effects ^>= 0.4.0.0
, fused-effects-exceptions ^>= 0.1.1.0
, hashable ^>= 1.2.7.0
, haskell-tree-sitter
, machines ^>= 0.6.4