Skip to content

Commit

Permalink
Normalize cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
xsebek committed Sep 9, 2024
1 parent e29e51b commit 2c3450c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions swarm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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,
Expand All @@ -402,6 +402,7 @@ library swarm-lang
extra,
free,
fused-effects,
generic-data,
hashable,
lens,
lsp,
Expand All @@ -420,7 +421,6 @@ library swarm-lang
vty,
witch,
yaml,
generic-data,

visibility: public
-- cabal-gild: discover src/swarm-lang
Expand Down

0 comments on commit 2c3450c

Please sign in to comment.