diff --git a/swarm.cabal b/swarm.cabal index 39bd69ec2..9fa2b7e7c 100644 --- a/swarm.cabal +++ b/swarm.cabal @@ -209,6 +209,9 @@ common fused-effects-lens common fuzzy build-depends: fuzzy >=0.1 && <0.2 +common generic-data + build-depends: generic-data >=1.0 && <1.2 + common githash build-depends: githash >=0.1.6 && <0.2 @@ -386,9 +389,6 @@ common word-wrap common yaml build-depends: yaml >=0.11 && <0.11.12.0 -common generic-data - build-depends: generic-data >= 1.0 && <1.2 - library swarm-lang import: stan-config, common, ghc2021-extensions, @@ -402,6 +402,7 @@ library swarm-lang extra, free, fused-effects, + generic-data, hashable, lens, lsp, @@ -420,7 +421,6 @@ library swarm-lang vty, witch, yaml, - generic-data, visibility: public -- cabal-gild: discover src/swarm-lang