Skip to content

Commit

Permalink
module for re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Sep 7, 2024
1 parent f306950 commit ad02019
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
4 changes: 1 addition & 3 deletions src/swarm-tui/Swarm/TUI/Controller.hs
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ import Swarm.TUI.Launch.Model
import Swarm.TUI.Launch.Prep (prepareLaunchDialog)
import Swarm.TUI.List
import Swarm.TUI.Model
import Swarm.TUI.Model.Dialog.Goal
import Swarm.TUI.Model.Dialog.Popup (progressPopups)
import Swarm.TUI.Model.Dialog.Structure
import Swarm.TUI.Model.Dialog
import Swarm.TUI.Model.Name
import Swarm.TUI.Model.Repl
import Swarm.TUI.Model.StateUpdate
Expand Down
9 changes: 9 additions & 0 deletions src/swarm-tui/Swarm/TUI/Model/Dialog.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module Swarm.TUI.Model.Dialog (
module Swarm.TUI.Model.Dialog.Goal,
module Swarm.TUI.Model.Dialog.Popup,
module Swarm.TUI.Model.Dialog.Structure,
) where

import Swarm.TUI.Model.Dialog.Goal
import Swarm.TUI.Model.Dialog.Popup
import Swarm.TUI.Model.Dialog.Structure
3 changes: 1 addition & 2 deletions src/swarm-tui/Swarm/TUI/Model/StateUpdate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ import Swarm.TUI.Launch.Model (toSerializableParams)
import Swarm.TUI.Model
import Swarm.TUI.Model.Achievements
import Swarm.TUI.Model.DebugOption (DebugOption (LoadTestingScenarios))
import Swarm.TUI.Model.Dialog.Goal (emptyGoalDisplay)
import Swarm.TUI.Model.Dialog.Structure
import Swarm.TUI.Model.Dialog
import Swarm.TUI.Model.KeyBindings
import Swarm.TUI.Model.Name
import Swarm.TUI.Model.Repl
Expand Down
4 changes: 1 addition & 3 deletions src/swarm-tui/Swarm/TUI/Model/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ import Swarm.TUI.Inventory.Sorting
import Swarm.TUI.Launch.Model
import Swarm.TUI.Launch.Prep
import Swarm.TUI.Model.DebugOption (DebugOption)
import Swarm.TUI.Model.Dialog.Goal
import Swarm.TUI.Model.Dialog.Popup
import Swarm.TUI.Model.Dialog.Structure
import Swarm.TUI.Model.Dialog
import Swarm.TUI.Model.Menu
import Swarm.TUI.Model.Name
import Swarm.TUI.Model.Repl
Expand Down
1 change: 1 addition & 0 deletions swarm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@ library swarm-tui
Swarm.TUI.Model
Swarm.TUI.Model.Achievements
Swarm.TUI.Model.DebugOption
Swarm.TUI.Model.Dialog
Swarm.TUI.Model.Dialog.Goal
Swarm.TUI.Model.Dialog.Popup
Swarm.TUI.Model.Dialog.Structure
Expand Down

0 comments on commit ad02019

Please sign in to comment.