Skip to content

Commit 93b3c21

Browse files
committed
Trying to fix the build
1 parent 7a01077 commit 93b3c21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Compiler/Checking/CheckDeclarations.fs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ open FSharp.Compiler.AccessibilityLogic
1515
open FSharp.Compiler.AttributeChecking
1616
open FSharp.Compiler.CheckComputationExpressions
1717
open FSharp.Compiler.CheckExpressions
18+
open FSharp.Compiler.CheckIncrementalClasses
1819
open FSharp.Compiler.CheckPatterns
1920
open FSharp.Compiler.CompilerGlobalState
2021
open FSharp.Compiler.ConstraintSolver
@@ -40,8 +41,6 @@ open FSharp.Compiler.TypeRelations
4041

4142
#if !NO_TYPEPROVIDERS
4243
open FSharp.Compiler.TypeProviders
43-
open CheckIncrementalClasses
44-
4544
#endif
4645

4746
type cenv = TcFileState

src/Compiler/Checking/CheckIncrementalClasses.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module internal CheckIncrementalClasses
1+
module internal FSharp.Compiler.CheckIncrementalClasses
22

33
open Internal.Utilities.Collections
44
open FSharp.Compiler.CheckExpressions

src/Compiler/Driver/CompilerDiagnostics.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ open FSharp.Compiler
1717
open FSharp.Compiler.AttributeChecking
1818
open FSharp.Compiler.CheckExpressions
1919
open FSharp.Compiler.CheckDeclarations
20+
open FSharp.Compiler.CheckIncrementalClasses
2021
open FSharp.Compiler.CompilerConfig
2122
open FSharp.Compiler.CompilerImports
2223
open FSharp.Compiler.ConstraintSolver

0 commit comments

Comments
 (0)