head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2024.05.01.06.59.38; author pho; state Exp; branches; next ; commitid kidKx2VFAlrRsg8F; desc @@ 1.1 log @devel/hs-heapsize: Fix build with GHC 9.8 This breaks build with the currently default GHC 9.6. Please bear with me until I switch the default compiler. @ text @$NetBSD$ Fix build on GHC 9.8: https://github.com/pepeiborra/Heapsize/pull/1 --- heapsize.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ heapsize.cabal @@@@ -1,7 +1,7 @@@@ -cabal-version: 2.0 +cabal-version: 3.0 name: heapsize version: 0.3.0.1 -license: BSD3 +license: BSD-3-Clause license-file: LICENSE category: GHC, Debug, Development build-type: Simple @@@@ -16,7 +16,7 @@@@ description: heapsize is a tool t Library Exposed-modules: HeapSize - c-sources: + cmm-sources: cbits/heapsize_prim.cmm Default-Language: Haskell2010 Build-depends: @