Skip to content

Commit

Permalink
Hide internal modules in copilot-c99. Refs #289.
Browse files Browse the repository at this point in the history
The internal modules in copilot-c99 were deprecated in Copilot 3.5, and
can now be hidden.

This commit modifies the cabal file so that the modules are no longer
exposed directly.
  • Loading branch information
ivanperez-keera committed Jan 12, 2022
1 parent 1ef7ca9 commit f4f2c2a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions copilot-c99/copilot-c99.cabal
Expand Up @@ -56,12 +56,12 @@ library
, language-c99-simple >= 0.1.1 && < 0.2

exposed-modules : Copilot.Compile.C99
, Copilot.Compile.C99.Translate
, Copilot.Compile.C99.Util
, Copilot.Compile.C99.CodeGen
, Copilot.Compile.C99.External
, Copilot.Compile.C99.Compile
, Copilot.Compile.C99.Settings

other-modules : Copilot.Compile.C99.Compile.Internal
other-modules : Copilot.Compile.C99.Translate
, Copilot.Compile.C99.Util
, Copilot.Compile.C99.CodeGen
, Copilot.Compile.C99.External
, Copilot.Compile.C99.Compile
, Copilot.Compile.C99.Settings
, Copilot.Compile.C99.Compile.Internal
, Copilot.Compile.C99.Settings.Internal

0 comments on commit f4f2c2a

Please sign in to comment.