Skip to content

Commit

Permalink
Move internal Check modules to other-modules
Browse files Browse the repository at this point in the history
No need to expose Distribution.PackageDescription.Check.*
to the world. API for checking, for cabal-install and other
tools, should be in Distribution.PackageDescription.Check.
  • Loading branch information
ffaf1 committed Jun 19, 2023
1 parent 99e7d7a commit 4a272af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cabal/Cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ library
Distribution.Compat.Time
Distribution.Make
Distribution.PackageDescription.Check
Distribution.PackageDescription.Check.Common
Distribution.PackageDescription.Check.Conditional
Distribution.PackageDescription.Check.Monad
Distribution.PackageDescription.Check.Paths
Distribution.PackageDescription.Check.Target
Distribution.PackageDescription.Check.Warning
Distribution.ReadE
Distribution.Simple
Distribution.Simple.Bench
Expand Down Expand Up @@ -325,6 +319,12 @@ library
Distribution.Compat.SnocList
Distribution.GetOpt
Distribution.Lex
Distribution.PackageDescription.Check.Common
Distribution.PackageDescription.Check.Conditional
Distribution.PackageDescription.Check.Monad
Distribution.PackageDescription.Check.Paths
Distribution.PackageDescription.Check.Target
Distribution.PackageDescription.Check.Warning
Distribution.Simple.Build.Macros.Z
Distribution.Simple.Build.PackageInfoModule.Z
Distribution.Simple.Build.PathsModule.Z
Expand Down

0 comments on commit 4a272af

Please sign in to comment.