From 2c3450c35f191d27527874c97964104b81a43861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondr=CC=8Cej=20S=CC=8Cebek?= Date: Mon, 9 Sep 2024 19:11:56 +0200 Subject: [PATCH] Normalize cabal file --- swarm.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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