pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/pointfree
Module Name: pkgsrc
Committed By: pho
Date: Fri Apr 23 15:40:31 UTC 2021
Modified Files:
pkgsrc/devel/pointfree: PLIST distinfo
Added Files:
pkgsrc/devel/pointfree/patches: patch-pointfree.cabal
Log Message:
Fix build with GHC 9
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/pointfree/PLIST \
pkgsrc/devel/pointfree/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/pointfree/patches/patch-pointfree.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/pointfree/PLIST
diff -u pkgsrc/devel/pointfree/PLIST:1.1 pkgsrc/devel/pointfree/PLIST:1.2
--- pkgsrc/devel/pointfree/PLIST:1.1 Sun Mar 14 09:15:43 2021
+++ pkgsrc/devel/pointfree/PLIST Fri Apr 23 15:40:30 2021
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2021/03/14 09:15:43 pho Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/04/23 15:40:30 pho Exp $
bin/pointfree
-@pkgdir lib/${PKGNAME}/ghc-8.8.4
Index: pkgsrc/devel/pointfree/distinfo
diff -u pkgsrc/devel/pointfree/distinfo:1.1 pkgsrc/devel/pointfree/distinfo:1.2
--- pkgsrc/devel/pointfree/distinfo:1.1 Sun Mar 14 09:15:43 2021
+++ pkgsrc/devel/pointfree/distinfo Fri Apr 23 15:40:30 2021
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2021/03/14 09:15:43 pho Exp $
+$NetBSD: distinfo,v 1.2 2021/04/23 15:40:30 pho Exp $
SHA1 (pointfree-1.1.1.7.tar.gz) = fe5bfbb5959d3bff723b9e10090b9606ef62ff06
RMD160 (pointfree-1.1.1.7.tar.gz) = 6f7e5db28fd3bf2d06ff0f55c141e90ef8193b99
SHA512 (pointfree-1.1.1.7.tar.gz) = e03d9643b659d6a70677ddecb2d9ef26f6f40e94b126e56cd2125638b2c78d2c22f70bb1373a3d6aa97c87e7aef17ae8cd766da62e37f312ecbce9fdb527dd40
Size (pointfree-1.1.1.7.tar.gz) = 20463 bytes
+SHA1 (patch-pointfree.cabal) = 8be9fbe13cff031351294a56b7ed3370845f991b
Added files:
Index: pkgsrc/devel/pointfree/patches/patch-pointfree.cabal
diff -u /dev/null pkgsrc/devel/pointfree/patches/patch-pointfree.cabal:1.1
--- /dev/null Fri Apr 23 15:40:31 2021
+++ pkgsrc/devel/pointfree/patches/patch-pointfree.cabal Fri Apr 23 15:40:31 2021
@@ -0,0 +1,33 @@
+$NetBSD: patch-pointfree.cabal,v 1.1 2021/04/23 15:40:31 pho Exp $
+
+Fix build with GHC 9.
+
+--- pointfree.cabal.orig 2021-04-23 15:37:47.335125491 +0000
++++ pointfree.cabal
+@@ -27,7 +27,7 @@ Library+ buildable: False
+ Exposed-modules: Pointfree
+ Default-language: Haskell2010
+
+- Build-depends: base >= 4.5 && < 4.14,
++ Build-depends: base >= 4.5 && < 5,
+ array >= 0.3 && < 0.6,
+ containers >= 0.4 && < 0.7,
+ haskell-src-exts >= 1.20 && < 1.24,
+@@ -44,7 +44,7 @@ Executable pointfree
+ Main-is: Main.hs
+ Default-language: Haskell2010
+ GHC-options: -W
+- Build-depends: base >= 4.5 && < 4.14,
++ Build-depends: base >= 4.5 && < 5,
+ array >= 0.3 && < 0.6,
+ containers >= 0.4 && < 0.7,
+ haskell-src-exts >= 1.20 && < 1.24,
+@@ -68,7 +68,7 @@ Test-suite tests
+ Plugin.Pl.Transform
+
+ Build-depends:
+- base >= 4.5 && < 4.14,
++ base >= 4.5 && < 5,
+ array >= 0.3 && < 0.6,
+ containers >= 0.4 && < 0.7,
+ haskell-src-exts >= 1.20 && < 1.24,
Home |
Main Index |
Thread Index |
Old Index