Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actually move all swarm-tui modules into a swarm-tui subfolder #1840

Merged
merged 2 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion swarm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,8 @@ library swarm-doc

library swarm-tui
import: stan-config, common, ghc2021-extensions
visibility: public
-- cabal-gild: discover src/swarm-tui
exposed-modules:
Swarm.TUI.Border
Swarm.TUI.Controller
Expand Down Expand Up @@ -674,7 +676,7 @@ library swarm-tui
swarm:swarm-scenario,
swarm:swarm-util,

hs-source-dirs: src
hs-source-dirs: src/swarm-tui
byorgey marked this conversation as resolved.
Show resolved Hide resolved
default-language: Haskell2010
default-extensions:
-- Avoid unexpected unevaluated thunk buildup
Expand Down
Loading