pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-haddock-library



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 11:29:44 UTC 2022

Modified Files:
        pkgsrc/textproc/hs-haddock-library: distinfo
Added Files:
        pkgsrc/textproc/hs-haddock-library/patches: patch-haddock-library.cabal

Log Message:
Fix build with GHC 9.2


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/hs-haddock-library/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/textproc/hs-haddock-library/patches/patch-haddock-library.cabal

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

Modified files:

Index: pkgsrc/textproc/hs-haddock-library/distinfo
diff -u pkgsrc/textproc/hs-haddock-library/distinfo:1.4 pkgsrc/textproc/hs-haddock-library/distinfo:1.5
--- pkgsrc/textproc/hs-haddock-library/distinfo:1.4     Tue Oct 26 11:22:00 2021
+++ pkgsrc/textproc/hs-haddock-library/distinfo Fri Feb 11 11:29:44 2022
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:22:00 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/11 11:29:44 pho Exp $
 
 BLAKE2s (haddock-library-1.10.0.tar.gz) = aa220f3d17668df0ad6c887880afdc26be309a7ab547d26005be8246d2c4af45
 SHA512 (haddock-library-1.10.0.tar.gz) = dac536a2b8e2764de1a1b1a16fc328e15455656c2992fb3b3bccdeae2bb6ac81fe94e164aa2a70cff7cea3b97347b8510aadb5fa1c0564bb2429947f0aace0d1
 Size (haddock-library-1.10.0.tar.gz) = 32427 bytes
+SHA1 (patch-haddock-library.cabal) = aed3a12a2a35fe674e77502b0af4cdb40d7964d5

Added files:

Index: pkgsrc/textproc/hs-haddock-library/patches/patch-haddock-library.cabal
diff -u /dev/null pkgsrc/textproc/hs-haddock-library/patches/patch-haddock-library.cabal:1.1
--- /dev/null   Fri Feb 11 11:29:44 2022
+++ pkgsrc/textproc/hs-haddock-library/patches/patch-haddock-library.cabal      Fri Feb 11 11:29:44 2022
@@ -0,0 +1,17 @@
+$NetBSD: patch-haddock-library.cabal,v 1.1 2022/02/11 11:29:44 pho Exp $
+
+Fix build with GHC 9.2
+
+--- haddock-library.cabal.orig 2001-09-09 01:46:40.000000000 +0000
++++ haddock-library.cabal
+@@ -38,8 +38,8 @@ common lib-defaults
+   default-language: Haskell2010
+ 
+   build-depends:
+-    , base         >= 4.5     && < 4.16
+-    , bytestring   ^>= 0.9.2.1 || ^>= 0.10.0.0
++    , base         >= 4.5     && < 5
++    , bytestring
+     , containers   ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1
+     , transformers ^>= 0.3.0.0 || ^>= 0.4.1.0 || ^>= 0.5.0.0
+     , text         ^>= 1.2.3.0



Home | Main Index | Thread Index | Old Index