Skip to content

9.2.1 distributions missing profiling

Summary

It seems the OS X distribution (from https://downloads.haskell.org/~ghc/9.2.1/ghc-9.2.1-x86_64-apple-darwin.tar.xz) is missing the profiling libraries for base:

% ls /usr/local/lib/ghc-9.2.1/lib/x86_64-osx-ghc-9.2.1/base-4.16.0.0/
Control/              GHC/                  System/
Data/                 Numeric/              Text/
Debug/                Numeric.dyn_hi        Type/
Foreign/              Numeric.hi            Unsafe/
Foreign.dyn_hi        Prelude.dyn_hi        include/
Foreign.hi            Prelude.hi            libHSbase-4.16.0.0.a

Compared to 9.0.1:

% ls /usr/local/lib/ghc-9.0.1/base-4.15.0.0/
Control/                           Numeric.p_hi
Data/                              Prelude.dyn_hi
Debug/                             Prelude.hi
Foreign/                           Prelude.p_hi
Foreign.dyn_hi                     System/
Foreign.hi                         Text/
Foreign.p_hi                       Type/
GHC/                               Unsafe/
HSbase-4.15.0.0.o                  include/
HSbase-4.15.0.0.p_o                libHSbase-4.15.0.0-ghc9.0.1.dylib*
Numeric/                           libHSbase-4.15.0.0.a
Numeric.dyn_hi                     libHSbase-4.15.0.0_p.a
Numeric.hi

Environment

  • GHC version used: 9.2.1

Optional:

  • Operating System: OS X
  • System Architecture: intel
Edited by Zubin
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information