Re: regression in ghc / cabal integration in 9.2.1

2021-10-30 Thread Mikolaj Konarski
> > wrote: > >> > >> Hi George, > >> > >> Since many versions of cabal, `install` only installs executables, not > >> libraries, so if that worked for you, you must have had an old version > >> of cabal. > >> > >> Please

Re: regression in ghc / cabal integration in 9.2.1

2021-10-30 Thread Brandon Allbery
of cabal, `install` only installs executables, not >> libraries, so if that worked for you, you must have had an old version >> of cabal. >> >> Please see https://github.com/haskell/cabal/issues/6481 for some >> context and to help you find a new workflow that work

Re: regression in ghc / cabal integration in 9.2.1

2021-10-30 Thread George Colpitts
1 at 5:40 PM George Colpitts > wrote: > > > > Thanks Ben! > > > > There seems to be a regression in ghc / cabal integration in 9.2.1. > > > > In 9.2.1 if I do > > > > cabal install vector > > > > Compilation of a file containing > > &g

Re: regression in ghc / cabal integration in 9.2.1

2021-10-30 Thread Mikolaj Konarski
(ideally, a standard one). Kind regards, Mikolaj On Sat, Oct 30, 2021 at 5:40 PM George Colpitts wrote: > > Thanks Ben! > > There seems to be a regression in ghc / cabal integration in 9.2.1. > > In 9.2.1 if I do > > cabal install vector > > Compilation of a file conta

regression in ghc / cabal integration in 9.2.1

2021-10-30 Thread George Colpitts
Thanks Ben! There seems to be a regression in ghc / cabal integration in 9.2.1. In 9.2.1 if I do cabal install vector Compilation of a file containing import Data.Vector main = undefined fails with Could not find module ‘Data.Vector’ Perhaps you meant Data.Functor (from base