Skip to content

Commit 6b1eee6

Browse files
committed
Add new module to package.yaml exposed-modules
1 parent 0a1e6b5 commit 6b1eee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ library:
306306
- Stack.Types.GhcPkgId
307307
- Stack.Types.GlobalOpts
308308
- Stack.Types.GlobalOptsMonoid
309+
- Stack.Types.Installed
309310
- Stack.Types.IsMutable
310311
- Stack.Types.LockFileBehavior
311312
- Stack.Types.NamedComponent

stack.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ library
300300
Stack.Types.GhcPkgId
301301
Stack.Types.GlobalOpts
302302
Stack.Types.GlobalOptsMonoid
303+
Stack.Types.Installed
303304
Stack.Types.IsMutable
304305
Stack.Types.LockFileBehavior
305306
Stack.Types.NamedComponent
@@ -335,8 +336,6 @@ library
335336
System.Terminal
336337
Build_stack
337338
Paths_stack
338-
other-modules:
339-
Stack.Types.Installed
340339
autogen-modules:
341340
Build_stack
342341
Paths_stack

0 commit comments

Comments
 (0)