You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow stack to build with GHC 9.2.3 (nightly-2022-07-29)
GHC 9.2.3 comes with `Cabal-3.6.3.0`. From `Cabal-3.6.0.0` the type of `Distribution.Types.BuildInfo.hsSourceDirs` changed from:
~~~
BuildInfo -> [FilePath]
~~~
to:
~~~
BuildInfo -> [SymbolicPath PackageDir SourceDir]
~~~
where type `SymbolicPath from to` represents relative paths.
0 commit comments