Skip to content

Commit

Permalink
quasar: Rename TRcVar module to RcVar
Browse files Browse the repository at this point in the history
  • Loading branch information
queezle42 committed Apr 2, 2024
1 parent 3049330 commit 07d399a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quasar/quasar.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ library
Quasar.PreludeExtras
Quasar.Resources
Quasar.Resources.DisposableVar
Quasar.Resources.TRcVar
Quasar.Resources.RcVar
Quasar.Utils.CallbackRegistry
Quasar.Utils.Exceptions
Quasar.Utils.ExtraT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Quasar.Resources.TRcVar (
module Quasar.Resources.RcVar (
RcVar,
newRcVar,
newRcVarIO,
Expand Down

0 comments on commit 07d399a

Please sign in to comment.