Skip to content

Commit 7b9d4fb

Browse files
Remove deprecated module copilot-core:Copilot.Core.MakeTags. Refs #250.
The module copilot-core:Copilot.Core.MakeTags was deprecated since Copilot 3.3. As we reach 3 versions without detecting any need for it from any internal or external work, this module is now ready to be removed.
1 parent e3f801e commit 7b9d4fb

File tree

3 files changed

+0
-116
lines changed

3 files changed

+0
-116
lines changed

copilot-core/copilot-core.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ library
5555
Copilot.Core.Interpret
5656
Copilot.Core.Interpret.Eval
5757
Copilot.Core.Interpret.Render
58-
Copilot.Core.MakeTags
5958
Copilot.Core.Operators
6059
Copilot.Core.Spec
6160
Copilot.Core.Locals

copilot-core/src/Copilot/Core.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ module Copilot.Core
2626
( module Copilot.Core.Error
2727
, module Copilot.Core.Expr
2828
, module Copilot.Core.External
29-
, module Copilot.Core.MakeTags
3029
, module Copilot.Core.Operators
3130
, module Copilot.Core.Spec
3231
, module Copilot.Core.Type
@@ -39,7 +38,6 @@ module Copilot.Core
3938
import Copilot.Core.Error
4039
import Copilot.Core.Expr
4140
import Copilot.Core.External
42-
import Copilot.Core.MakeTags
4341
import Copilot.Core.Operators
4442
import Copilot.Core.Spec
4543
import Copilot.Core.Type

copilot-core/src/Copilot/Core/MakeTags.hs

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)