Description
GHC 8.8.1 was released more than two weeks ago. Many of the boot libraries are not on Hackage yet. Someone made a Reddit thread about it, which is how I noticed.
Based on the output of stack --resolver ghc-8.8.1 exec ghc-pkg list
, the following packages are not on Hackage:
Whereas these packages are currently available: Cabal-3.0.0.0, array-0.5.4.0, binary-0.8.7.0, containers-0.6.2.1, deepseq-1.4.4.0, directory-1.3.3.2, filepath-1.4.2.1, ghc-boot-8.8.1, ghc-boot-th-8.8.1, ghc-compact-0.1.0.0, ghc-prim-0.5.3, haskeline-0.7.5.0, hpc-0.6.0.3, integer-gmp-1.0.2.0, mtl-2.2.2, parsec-3.1.14.0, pretty-1.1.3.6, process-1.6.5.1, stm-2.5.0.0, template-haskell-2.15.0.0, terminfo-0.4.1.4, text-1.2.4.0, time-1.9.3, transformers-0.5.6.2, unix-2.7.2.2, xhtml-3000.2.2.1.
Can these packages be uploaded? And since this seems to happen a lot (#203, #192, #179, #160, #153, #141), is there anything I can do to help automate this in the future? Thanks!