head 1.2; access; symbols pkgsrc-2022Q4:1.1.0.8 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.6 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.4 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.2 pkgsrc-2022Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2023.01.25.16.33.11; author pho; state dead; branches; next 1.1; commitid SkyChweSwvlluWaE; 1.1 date 2022.02.11.13.37.21; author pho; state Exp; branches; next ; commitid 7amSRAJ4KbMxHcsD; desc @@ 1.2 log @math/hs-scientific: Fix build with GHC 9.4 @ text @$NetBSD: patch-scientific.cabal,v 1.1 2022/02/11 13:37:21 pho Exp $ Fix build with GHC 9.2 --- scientific.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ scientific.cabal @@@@ -86,14 +86,14 @@@@ library ghc-options: -Wall build-depends: - base >=4.5 && <4.16 + base >=4.5 && <5 , binary >=0.5.1 && <0.9 , containers >=0.4.2.1 && <0.7 , deepseq >=1.3.0.0 && <1.5 - , hashable >=1.2.7.0 && <1.4 + , hashable >=1.2.7.0 && <1.5 , integer-logarithms >=1.0.3.1 && <1.1 , primitive >=0.7.1.0 && <0.8 - , template-haskell >=2.8 && <2.18 + , template-haskell >=2.8 && <2.19 , text >=1.2.3.0 && <1.3 if flag(bytestring-builder) @ 1.1 log @Update to scientific-0.3.7.0 0.3.7.0 * Make division (/) on Scientifics slightly more efficient. * Fix the Show instance to surround negative numbers with parentheses when necessary. * Add (Template Haskell) Lift Scientific instance * Mark modules as Safe or Trustworthy (Safe Haskell). @ text @d1 1 a1 1 $NetBSD$ @