pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hs-setlocale



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 09:17:46 UTC 2022

Modified Files:
        pkgsrc/devel/hs-setlocale: distinfo
Added Files:
        pkgsrc/devel/hs-setlocale/patches: patch-setlocale.cabal

Log Message:
Fix build with GHC 9.2


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-setlocale/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/hs-setlocale/patches/patch-setlocale.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hs-setlocale/distinfo
diff -u pkgsrc/devel/hs-setlocale/distinfo:1.5 pkgsrc/devel/hs-setlocale/distinfo:1.6
--- pkgsrc/devel/hs-setlocale/distinfo:1.5      Tue Oct 26 10:15:00 2021
+++ pkgsrc/devel/hs-setlocale/distinfo  Fri Feb 11 09:17:45 2022
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:15:00 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/02/11 09:17:45 pho Exp $
 
 BLAKE2s (setlocale-1.0.0.10.tar.gz) = 1b497e3583ec33880341a3ecabee9b8277804d49ed9b325b05dfc3a5c5854dff
 SHA512 (setlocale-1.0.0.10.tar.gz) = ef05da7ed2acfa6f4b7acd988282d545897428272e5d5a9818563afc5138df32268f705946093ba33628ad42de2c19ed9cce139f0e1fa15e4a87c6cd18da02ef
 Size (setlocale-1.0.0.10.tar.gz) = 2096 bytes
 SHA1 (patch-System_Locale_SetLocale.hsc) = b0b9d233b0c1e022d2caaf845799f79a1970b333
+SHA1 (patch-setlocale.cabal) = 097a6da59f8060e74657f967467c0e694b0476c4

Added files:

Index: pkgsrc/devel/hs-setlocale/patches/patch-setlocale.cabal
diff -u /dev/null pkgsrc/devel/hs-setlocale/patches/patch-setlocale.cabal:1.1
--- /dev/null   Fri Feb 11 09:17:46 2022
+++ pkgsrc/devel/hs-setlocale/patches/patch-setlocale.cabal     Fri Feb 11 09:17:46 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-setlocale.cabal,v 1.1 2022/02/11 09:17:46 pho Exp $
+
+Fix build with GHC 9.2
+
+--- setlocale.cabal.orig       2021-03-29 18:44:29.000000000 +0000
++++ setlocale.cabal
+@@ -18,7 +18,7 @@ library
+   exposed-modules:     System.Locale.SetLocale
+   -- other-modules:
+   other-extensions:    DeriveDataTypeable, ForeignFunctionInterface
+-  build-depends:       base >=4.6 && <4.16
++  build-depends:       base >=4.6 && <5
+   -- hs-source-dirs:
+   build-tools:         hsc2hs
+   default-language:    Haskell2010



Home | Main Index | Thread Index | Old Index