From 9e1074e5ab3fa5f1c8270daf94476cd2f10d3763 Mon Sep 17 00:00:00 2001 From: slotThe Date: Sun, 31 Jan 2021 14:31:24 +0100 Subject: [PATCH 01/12] ghc: update to 8.10.4 The change of maintainership was okay-ed by Leah. --- srcpkgs/ghc/patches/ppc64-be-elfv2.patch | 41 +++++++++++------------- srcpkgs/ghc/template | 8 ++--- 2 files changed, 23 insertions(+), 26 deletions(-) diff --git a/srcpkgs/ghc/patches/ppc64-be-elfv2.patch b/srcpkgs/ghc/patches/ppc64-be-elfv2.patch index ac353ed417e5..c9bd2583abe0 100644 --- a/srcpkgs/ghc/patches/ppc64-be-elfv2.patch +++ b/srcpkgs/ghc/patches/ppc64-be-elfv2.patch @@ -85,7 +85,7 @@ index ec3c18a..0359be7 100644 + in Right [ 0x3D800000 .|. hi16 w32, + 0x618C0000 .|. lo16 w32, + 0x7D8903A6, 0x4E800420 ] - + ArchPPC64LE -> -- The ABI requires r12 to point to the function's entry point. diff --git a/rts/Adjustor.c b/rts/Adjustor.c @@ -93,7 +93,7 @@ index d360cfe..ab7ede7 100644 --- a/rts/Adjustor.c +++ b/rts/Adjustor.c @@ -49,7 +49,7 @@ Haskell side. - + #if defined(i386_HOST_ARCH) extern void adjustorCode(void); -#elif defined(powerpc_HOST_ARCH) || defined(powerpc64_HOST_ARCH) @@ -104,16 +104,16 @@ index d360cfe..ab7ede7 100644 @@ -278,7 +278,7 @@ __asm__("obscure_ccall_ret_code:\n\t" extern void obscure_ccall_ret_code(void); #endif - + -#if defined(powerpc_HOST_ARCH) || defined(powerpc64_HOST_ARCH) +#if defined(powerpc_HOST_ARCH) || (defined(powerpc64_HOST_ARCH) && (_CALL_ELF != 2)) #if !(defined(powerpc_HOST_ARCH) && defined(linux_HOST_OS)) - + /* !!! !!! WARNING: !!! !!! @@ -318,7 +318,7 @@ typedef struct AdjustorStub { } AdjustorStub; #endif - + -#if defined(i386_HOST_ARCH) || defined(powerpc_HOST_ARCH) || defined(powerpc64_HOST_ARCH) +#if defined(i386_HOST_ARCH) || defined(powerpc_HOST_ARCH) || (defined(powerpc64_HOST_ARCH) && (_CALL_ELF != 2)) static int totalArgumentSize(char *typeString) @@ -131,10 +131,10 @@ index d360cfe..ab7ede7 100644 @@ -1007,7 +1007,7 @@ TODO: Depending on how much allocation overhead stgMallocBytes uses for } } - + -#elif defined(powerpc_HOST_ARCH) || defined(powerpc64_HOST_ARCH) +#elif defined(powerpc_HOST_ARCH) || (defined(powerpc64_HOST_ARCH) && (_CALL_ELF != 2)) - + #define OP_LO(op,lo) ((((unsigned)(op)) << 16) | (((unsigned)(lo)) & 0xFFFF)) #define OP_HI(op,hi) ((((unsigned)(op)) << 16) | (((unsigned)(hi)) >> 16)) @@ -1271,7 +1271,7 @@ freeHaskellFunctionPtr(void* ptr) @@ -151,9 +151,9 @@ index 2795b83..63cfe91 100644 --- a/rts/AdjustorAsm.S +++ b/rts/AdjustorAsm.S @@ -2,7 +2,7 @@ - + /* ******************************** PowerPC ******************************** */ - + -#if defined(powerpc_HOST_ARCH) || defined(powerpc64_HOST_ARCH) +#if defined(powerpc_HOST_ARCH) || (defined(powerpc64_HOST_ARCH) && (_CALL_ELF != 2)) #if !(defined(powerpc_HOST_ARCH) && defined(linux_HOST_OS)) @@ -166,34 +166,31 @@ index 934926e..2ff8662 100644 @@ -717,7 +717,7 @@ StgRunIsImplementedInAssembler(void) Everything is in assembler, so we don't have to deal with GCC... -------------------------------------------------------------------------- */ - + -#if defined(powerpc64_HOST_ARCH) +#if defined(powerpc64_HOST_ARCH) && (_CALL_ELF != 2) - + static void GNUC3_ATTRIBUTE(used) StgRunIsImplementedInAssembler(void) @@ -842,7 +842,7 @@ StgRunIsImplementedInAssembler(void) - + #endif - + -#if defined(powerpc64le_HOST_ARCH) +#if defined(powerpc64le_HOST_ARCH) || (defined(powerpc64_HOST_ARCH) && (_CALL_ELF == 2)) /* ----------------------------------------------------------------------------- PowerPC 64 little endian architecture - + diff --git a/rts/StgCRunAsm.S b/rts/StgCRunAsm.S index 9274a44..3b4fc33 100644 --- a/rts/StgCRunAsm.S +++ b/rts/StgCRunAsm.S -@@ -1,7 +1,7 @@ - #include "ghcconfig.h" - #include "rts/Constants.h" - +@@ -5,7 +5,7 @@ + * then functions StgRun/StgReturn are implemented in file StgCRun.c */ + #if !defined(USE_MINIINTERPRETER) + -#if defined(powerpc64le_HOST_ARCH) +#if defined(powerpc64le_HOST_ARCH) || (defined(powerpc64_HOST_ARCH) && (_CALL_ELF == 2)) - # ifdef linux_HOST_OS + # if defined(linux_HOST_OS) # define STACK_FRAME_SIZE RESERVED_C_STACK_BYTES+304 .file "StgCRun.c" --- -2.30.0 - diff --git a/srcpkgs/ghc/template b/srcpkgs/ghc/template index 0b1440b2f6d9..c6acfa79e75d 100644 --- a/srcpkgs/ghc/template +++ b/srcpkgs/ghc/template @@ -1,8 +1,8 @@ # Template file for 'ghc' pkgname=ghc # Keep this synchronized with http://www.stackage.org/lts -version=8.8.4 -revision=2 +version=8.10.4 +revision=1 wrksrc="ghc-${version%[!0-9]}" build_style=gnu-configure hostmakedepends="automake docbook-xsl ghc-bin libxslt libnuma-devel @@ -10,11 +10,11 @@ hostmakedepends="automake docbook-xsl ghc-bin libxslt libnuma-devel makedepends="libnuma-devel" depends="perl gcc libffi-devel gmp-devel libnuma-devel" short_desc="Glorious Haskell Compiler" -maintainer="Leah Neukirchen " +maintainer="slotThe " license="BSD-3-Clause" homepage="http://www.haskell.org/ghc/" distfiles="http://www.haskell.org/ghc/dist/${version%[!0-9]}/${pkgname}-${version%[!0-9]}-src.tar.xz" -checksum=f0505e38b2235ff9f1090b51f44d6c8efd371068e5a6bb42a2a6d8b67b5ffc2d +checksum=52af871b4e08550257d720c2944ac85727d0b948407cef1bebfe7508c224910e patch_args="-Np1" nocross=yes # this is conditionally unset for cross bindist nodebug=yes # work around assembler error "Fatal error: duplicate .debug_line sections" From 5b9b267f65b772c8949edc4f9bba668efdfff239 Mon Sep 17 00:00:00 2001 From: slotThe Date: Sun, 28 Feb 2021 18:34:26 +0100 Subject: [PATCH 02/12] cabal install: update to 3.4.0.0 --- .../patches/ghc-8.10.4-build.diff | 43 ++++++++++++++++++ srcpkgs/cabal-install/patches/ghc-8.8.4.patch | 45 ------------------- srcpkgs/cabal-install/template | 16 ++++--- 3 files changed, 52 insertions(+), 52 deletions(-) create mode 100644 srcpkgs/cabal-install/patches/ghc-8.10.4-build.diff delete mode 100644 srcpkgs/cabal-install/patches/ghc-8.8.4.patch diff --git a/srcpkgs/cabal-install/patches/ghc-8.10.4-build.diff b/srcpkgs/cabal-install/patches/ghc-8.10.4-build.diff new file mode 100644 index 000000000000..63965ca12d44 --- /dev/null +++ b/srcpkgs/cabal-install/patches/ghc-8.10.4-build.diff @@ -0,0 +1,43 @@ +--- bootstrap/linux-8.10.1.json 2021-02-20 11:28:17.000000000 +0100 ++++ bootstrap/linux-8.10.1.json 2021-02-28 18:54:36.417761219 +0100 +@@ -14,7 +14,7 @@ + }, + { + "package": "base", +- "version": "4.14.0.0" ++ "version": "4.14.1.0" + }, + { + "package": "array", +@@ -26,7 +26,7 @@ + }, + { + "package": "bytestring", +- "version": "0.10.10.0" ++ "version": "0.10.12.0" + }, + { + "package": "containers", +@@ -62,7 +62,7 @@ + }, + { + "package": "text", +- "version": "1.2.3.2" ++ "version": "1.2.4.1" + }, + { + "package": "parsec", +@@ -74,11 +74,11 @@ + }, + { + "package": "process", +- "version": "1.6.8.2" ++ "version": "1.6.9.0" + }, + { + "package": "ghc-boot-th", +- "version": "8.10.1" ++ "version": "8.10.4" + }, + { + "package": "template-haskell", diff --git a/srcpkgs/cabal-install/patches/ghc-8.8.4.patch b/srcpkgs/cabal-install/patches/ghc-8.8.4.patch deleted file mode 100644 index 1dd08f07fb44..000000000000 --- a/srcpkgs/cabal-install/patches/ghc-8.8.4.patch +++ /dev/null @@ -1,45 +0,0 @@ ---- bootstrap.sh 2001-09-09 03:46:40.000000000 +0200 -+++ bootstrap.sh 2020-09-12 15:29:54.913108294 +0200 -@@ -230,19 +230,19 @@ - # >= 0.2.* && < 0.6 - MTL_VER="2.2.2"; MTL_VER_REGEXP="[2]\." - # >= 2.0 && < 3 --HTTP_VER="4000.3.12"; HTTP_VER_REGEXP="4000\.(2\.([5-9]|1[0-9]|2[0-9])|3\.?)" -+HTTP_VER="4000.3.14"; HTTP_VER_REGEXP="4000\.(2\.([5-9]|1[0-9]|2[0-9])|3\.?)" - # >= 4000.2.5 < 4000.4 --ZLIB_VER="0.6.2"; ZLIB_VER_REGEXP="(0\.5\.([3-9]|1[0-9])|0\.6)" -+ZLIB_VER="0.6.2.1"; ZLIB_VER_REGEXP="(0\.5\.([3-9]|1[0-9])|0\.6)" - # >= 0.5.3 && <= 0.7 --TIME_VER="1.9.1" TIME_VER_REGEXP="1\.[1-9]\.?" -+TIME_VER="1.9.3" TIME_VER_REGEXP="1\.[1-9]\.?" - # >= 1.1 && < 1.10 - RANDOM_VER="1.1" RANDOM_VER_REGEXP="1\.[01]\.?" - # >= 1 && < 1.2 - STM_VER="2.4.5.0"; STM_VER_REGEXP="2\." - # == 2.* --HASHABLE_VER="1.2.7.0"; HASHABLE_VER_REGEXP="1\." -+HASHABLE_VER="1.3.0.0"; HASHABLE_VER_REGEXP="1\." - # 1.* --ASYNC_VER="2.2.1"; ASYNC_VER_REGEXP="2\." -+ASYNC_VER="2.2.2"; ASYNC_VER_REGEXP="2\." - # 2.* - BASE16_BYTESTRING_VER="0.1.1.6"; BASE16_BYTESTRING_VER_REGEXP="0\.1" - # 0.1.* -@@ -250,7 +250,7 @@ - # >=1.0 - CRYPTOHASH_SHA256_VER="0.11.101.0"; CRYPTOHASH_SHA256_VER_REGEXP="0\.11\.?" - # 0.11.* --RESOLV_VER="0.1.1.1"; RESOLV_VER_REGEXP="0\.1\.[1-9]" -+RESOLV_VER="0.1.1.3"; RESOLV_VER_REGEXP="0\.1\.[1-9]" - # >= 0.1.1 && < 0.2 - MINTTY_VER="0.1.2"; MINTTY_VER_REGEXP="0\.1\.?" - # 0.1.* -@@ -262,7 +262,7 @@ - # 0.0.* - HACKAGE_SECURITY_VER="0.6.0.0"; HACKAGE_SECURITY_VER_REGEXP="0\.6\." - # >= 0.7.0.0 && < 0.7 --TAR_VER="0.5.1.0"; TAR_VER_REGEXP="0\.5\.([1-9]|1[0-9]|0\.[3-9]|0\.1[0-9])\.?" -+TAR_VER="0.5.1.1"; TAR_VER_REGEXP="0\.5\.([1-9]|1[0-9]|0\.[3-9]|0\.1[0-9])\.?" - # >= 0.5.0.3 && < 0.6 - DIGEST_VER="0.0.1.2"; DIGEST_REGEXP="0\.0\.(1\.[2-9]|[2-9]\.?)" - # >= 0.0.1.2 && < 0.1 diff --git a/srcpkgs/cabal-install/template b/srcpkgs/cabal-install/template index 2c15789b1f9d..99ebb54427fe 100644 --- a/srcpkgs/cabal-install/template +++ b/srcpkgs/cabal-install/template @@ -1,24 +1,26 @@ # Template file for 'cabal-install' pkgname=cabal-install -version=3.2.0.0 +version=3.4.0.0 revision=1 +wrksrc=cabal-${pkgname}-${version} hostmakedepends="ghc curl tar which" -makedepends="gmp-devel libffi-devel zlib-devel" +makedepends="gmp-devel libffi-devel zlib-devel python3" depends="ghc" short_desc="Command-line interface for Cabal and Hackage" maintainer="Leah Neukirchen " license="BSD-3-Clause" homepage="https://hackage.haskell.org/package/cabal-install" -distfiles="https://hackage.haskell.org/packages/archive/${pkgname}/${version}/${pkgname}-${version}.tar.gz" -checksum=a0555e895aaf17ca08453fde8b19af96725da8398e027aa43a49c1658a600cb0 +distfiles="https://github.com/haskell/cabal/archive/${pkgname}-${version}.tar.gz" +checksum=e4fbd5eb1d77400746a993679181f159aa415a37b931b26d67f5602f63ce971c nopie_files="/usr/bin/cabal" nocross=yes do_build() { - PREFIX=$PWD/build sh bootstrap.sh --jobs ${XBPS_MAKEJOBS} --user + PREFIX=$PWD bootstrap/bootstrap.py -d bootstrap/linux-8.10.1.json } do_install() { - vbin build/bin/cabal - vman build/share/man/man1/cabal.1 + vbin _build/bin/cabal + PREFIX=$PWD _build/bin/cabal man --raw > cabal.1 + vman cabal.1 vlicense LICENSE } From 38e932e399073a6ddeac1b878540e31178f4bc70 Mon Sep 17 00:00:00 2001 From: slotThe Date: Fri, 12 Mar 2021 12:37:23 +0100 Subject: [PATCH 03/12] ghc-bin: update to 8.10.4 Take over maintainership of orphaned package. --- srcpkgs/ghc-bin/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template index 9101601358b9..eacbca4e74f8 100644 --- a/srcpkgs/ghc-bin/template +++ b/srcpkgs/ghc-bin/template @@ -1,13 +1,13 @@ # Template file for 'ghc-bin' pkgname=ghc-bin -version=8.8.4 +version=8.10.4 revision=1 archs="i686* x86_64* ppc64le*" wrksrc="ghc-${version%[!0-9]}" hostmakedepends="perl libffi libnuma" depends="ncurses perl gcc libffi-devel gmp-devel" short_desc="Glorious Haskell Compiler - precompiled binaries" -maintainer="Orphaned " +maintainer="slotThe " license="BSD-3-Clause" homepage="http://www.haskell.org/ghc/" nostrip=yes @@ -15,17 +15,17 @@ noshlibprovides=yes conflicts="ghc>=0 ghc-doc>=0" case "$XBPS_TARGET_MACHINE" in x86_64) - distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-x86_64-deb8-linux.tar.xz" - checksum=51a36892f1264744195274187298d13ac62bce2da86d4ddf76d8054ab90f2feb + distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-x86_64-deb9-linux.tar.xz" + checksum=5694200a5c38f22c142baf850b1d2f3784211d2ec9302e11693259a1ae8e38b7 ;; x86_64-musl) # create with "make binary-dist" distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz" - checksum=779647d3f4e6e39da9e13b2559319ede76b4fff1107e4dc369a09aadeecad971 + checksum=56e53f46ad53e6640753d608d01228528fca8ccec01b09bba6ad3b6890a18994 ;; i686) distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz" - checksum=43dd954910c9027694312cef0aabc7774d102d0422b7172802cfb72f7d5da3a0 + checksum=0022c5b9ac22825bb7b4745af3d92cef0ba1ecd01fab3ef387ddbd47146569ad ;; i686-musl) distfiles="https://distfiles.voidlinux.de/ghc-${version}-i386-unknown-linux-musl.tar.xz" From b1ec1361fdbe97eae96335d3e1851c938930e773 Mon Sep 17 00:00:00 2001 From: slotThe Date: Fri, 12 Mar 2021 15:11:29 +0100 Subject: [PATCH 04/12] stack: update to 2.5.1.1 --- srcpkgs/stack/patches/datakinds.patch | 14 ------ srcpkgs/stack/patches/ghc-8.8.4.patch | 70 --------------------------- srcpkgs/stack/patches/ppc.patch | 18 +++---- srcpkgs/stack/template | 10 ++-- 4 files changed, 14 insertions(+), 98 deletions(-) delete mode 100644 srcpkgs/stack/patches/datakinds.patch delete mode 100644 srcpkgs/stack/patches/ghc-8.8.4.patch diff --git a/srcpkgs/stack/patches/datakinds.patch b/srcpkgs/stack/patches/datakinds.patch deleted file mode 100644 index 1c06480515f7..000000000000 --- a/srcpkgs/stack/patches/datakinds.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- src/Stack/Storage/User.hs 2020-10-15 15:51:28.000000000 +0200 -+++ src/Stack/Storage/User.hs 2020-12-06 20:51:06.632607164 +0100 -@@ -1,3 +1,4 @@ -+{-# LANGUAGE DataKinds #-} - {-# LANGUAGE DerivingStrategies #-} - {-# LANGUAGE FlexibleInstances #-} - {-# LANGUAGE GADTs #-} ---- src/Stack/Storage/Project.hs 2020-10-15 15:51:28.000000000 +0200 -+++ src/Stack/Storage/Project.hs 2020-12-06 21:55:21.349484738 +0100 -@@ -1,3 +1,4 @@ -+{-# LANGUAGE DataKinds #-} - {-# LANGUAGE DerivingStrategies #-} - {-# LANGUAGE FlexibleInstances #-} - {-# LANGUAGE GADTs #-} diff --git a/srcpkgs/stack/patches/ghc-8.8.4.patch b/srcpkgs/stack/patches/ghc-8.8.4.patch deleted file mode 100644 index 6b55c176e150..000000000000 --- a/srcpkgs/stack/patches/ghc-8.8.4.patch +++ /dev/null @@ -1,70 +0,0 @@ ---- masterdir/builddir/stack-2.5.1/stack.cabal 2020-10-17 17:19:10.724179166 +0200 -+++ stack.cabal 2020-10-17 17:18:03.803498792 +0200 -@@ -234,6 +234,7 @@ - , base >=4.10 && <5 - , base64-bytestring - , bytestring -+ , base16-bytestring == 0.1.1.7 - , casa-client - , casa-types - , colour -@@ -272,7 +273,7 @@ - , neat-interpolation - , network-uri - , open-browser -- , optparse-applicative -+ , optparse-applicative == 0.15.1.0 - , pantry >=0.5.1.3 - , path - , path-io -@@ -359,6 +360,7 @@ - , base >=4.10 && <5 - , base64-bytestring - , bytestring -+ , base16-bytestring == 0.1.1.7 - , casa-client - , casa-types - , colour -@@ -396,7 +398,7 @@ - , neat-interpolation - , network-uri - , open-browser -- , optparse-applicative -+ , optparse-applicative == 0.15.1.0 - , pantry >=0.5.1.3 - , path - , path-io -@@ -480,6 +482,7 @@ - , base >=4.10 && <5 - , base64-bytestring - , bytestring -+ , base16-bytestring == 0.1.1.7 - , casa-client - , casa-types - , colour -@@ -518,7 +521,7 @@ - , neat-interpolation - , network-uri - , open-browser -- , optparse-applicative -+ , optparse-applicative == 0.15.1.0 - , optparse-generic - , pantry >=0.5.1.3 - , path -@@ -609,6 +612,7 @@ - , base >=4.10 && <5 - , base64-bytestring - , bytestring -+ , base16-bytestring == 0.1.1.7 - , casa-client - , casa-types - , colour -@@ -647,7 +651,7 @@ - , neat-interpolation - , network-uri - , open-browser -- , optparse-applicative -+ , optparse-applicative == 0.15.1.0 - , pantry >=0.5.1.3 - , path - , path-io diff --git a/srcpkgs/stack/patches/ppc.patch b/srcpkgs/stack/patches/ppc.patch index 1b5bc191b47c..724aaaf3a65c 100644 --- a/srcpkgs/stack/patches/ppc.patch +++ b/srcpkgs/stack/patches/ppc.patch @@ -7,7 +7,7 @@ +import System.Endian (getSystemEndianness, Endianness (..)) import System.Uname (getRelease) import Data.List.Split (splitOn) -@@ -1264,4 +1265,9 @@ getOSKey platform = +@@ -1264,6 +1265,11 @@ getOSKey platform = Platform X86_64 Cabal.Windows -> return "windows64" Platform Arm Cabal.Linux -> return "linux-armv7" Platform AArch64 Cabal.Linux -> return "linux-aarch64" @@ -21,11 +21,11 @@ downloadFromInfo --- stack.cabal +++ stack.cabal -@@ -235,6 +235,7 @@ library - , conduit - , conduit-extra - , containers -+ , cpu >=0.1.2 - , cryptonite - , cryptonite-conduit - , deepseq +@@ -244,6 +244,7 @@ + conduit >=1.3.1.2, + conduit-extra >=1.3.4, + containers >=0.6.0.1, ++ cpu >=0.1.2, + cryptonite >=0.25, + cryptonite-conduit >=0.2.2, + deepseq >=1.4.4.0, diff --git a/srcpkgs/stack/template b/srcpkgs/stack/template index 257aba10e50d..66da6618e77d 100644 --- a/srcpkgs/stack/template +++ b/srcpkgs/stack/template @@ -1,8 +1,8 @@ # Template file for 'stack' pkgname=stack -version=2.5.1 +version=2.5.1.1 revision=1 -_stackage="lts-16.13" +_stackage="lts-17.5" hostmakedepends="cabal-install pkg-config unzip" makedepends="zlib-devel pcre-devel" depends="git gmp-devel iana-etc" @@ -10,10 +10,10 @@ short_desc="Cross-platform program for developing Haskell projects" maintainer="Leah Neukirchen " license="BSD-3-Clause" homepage="https://haskellstack.org" -distfiles="https://github.com/commercialhaskell/${pkgname}/archive/v${version}.tar.gz +distfiles="https://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz https://www.stackage.org/${_stackage}/cabal.config>cabal.config-${_stackage}" -checksum="f29d63b91ff2bddd130b29ddee90a1f450706271a13d5d80b653b50379ffa076 - b9ac16e957c91b698bc8c06166b5fa61e8443ef97f87ab591a21d6fda4327b58" +checksum="ccf3ef6dff0412fe8409ef2cfbdf48cad65150f64aec7696725c75881827b539 + d03bee7e51bbdec5053573f94f644a6baeb140cdd95dbe47261e03c04306b252" skip_extraction="cabal.config-${_stackage}" nocross=yes nopie_files="/usr/bin/stack" From c6c890ddc1971ce73d02daba9b44dd93d04453a0 Mon Sep 17 00:00:00 2001 From: slotThe Date: Tue, 16 Mar 2021 17:41:58 +0100 Subject: [PATCH 05/12] xmobar: bump for ghc 8.10.4 --- srcpkgs/xmobar/files/stack.yaml | 2 +- srcpkgs/xmobar/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xmobar/files/stack.yaml b/srcpkgs/xmobar/files/stack.yaml index 7bc4bf189d23..52fd0e3e49fe 100644 --- a/srcpkgs/xmobar/files/stack.yaml +++ b/srcpkgs/xmobar/files/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-16.13 +resolver: lts-17.5 packages: - . extra-deps: diff --git a/srcpkgs/xmobar/template b/srcpkgs/xmobar/template index 81ae92fd2940..9ff8f43e7556 100644 --- a/srcpkgs/xmobar/template +++ b/srcpkgs/xmobar/template @@ -1,7 +1,7 @@ # Template file for 'xmobar' pkgname=xmobar version=0.37 -revision=1 +revision=2 build_style=haskell-stack hostmakedepends="pkg-config" makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel From bb1fc87dcd1384cc0576b79ebae2e52d208dc6b5 Mon Sep 17 00:00:00 2001 From: slotThe Date: Wed, 17 Mar 2021 15:03:10 +0100 Subject: [PATCH 06/12] hlint: update to 3.2.7 --- srcpkgs/hlint/files/stack.yaml | 7 ------- srcpkgs/hlint/patches/data.patch | 10 ++++------ srcpkgs/hlint/template | 10 +++++----- 3 files changed, 9 insertions(+), 18 deletions(-) delete mode 100644 srcpkgs/hlint/files/stack.yaml diff --git a/srcpkgs/hlint/files/stack.yaml b/srcpkgs/hlint/files/stack.yaml deleted file mode 100644 index 12aead6562c5..000000000000 --- a/srcpkgs/hlint/files/stack.yaml +++ /dev/null @@ -1,7 +0,0 @@ -resolver: lts-16.13 -packages: [.] -extra-deps: - - ghc-lib-parser-8.8.4.20200716 - - ghc-lib-parser-ex-8.8.5.8 -ghc-options: - "$locals": -Wunused-imports -Worphans -Wunused-top-binds -Wunused-local-binds -Wincomplete-patterns diff --git a/srcpkgs/hlint/patches/data.patch b/srcpkgs/hlint/patches/data.patch index bdfac204f477..c73b376e5df7 100644 --- a/srcpkgs/hlint/patches/data.patch +++ b/srcpkgs/hlint/patches/data.patch @@ -1,13 +1,11 @@ -diff --git src/CmdLine.hs src/CmdLine.hs -index 8c3d530..ccf7aac 100644 --- src/CmdLine.hs +++ src/CmdLine.hs -@@ -52,7 +52,7 @@ automatic cmd = case cmd of +@@ -58,7 +58,7 @@ b <- doesDirectoryExist x - if b then return cmd{cmdDataDir=x} else do + if b then pure cmd{cmdDataDir=x} else do exe <- getExecutablePath -- return cmd{cmdDataDir = takeDirectory exe "data"} -+ return cmd{cmdDataDir = takeDirectory exe "../share/hlint/data"} +- pure cmd{cmdDataDir = takeDirectory exe "data"} ++ pure cmd{cmdDataDir = takeDirectory exe "../share/hlint/data"} git cmd | cmdGit cmd = do mgit <- findExecutable "git" diff --git a/srcpkgs/hlint/template b/srcpkgs/hlint/template index 16fbb03ce2b9..fb30f947a452 100644 --- a/srcpkgs/hlint/template +++ b/srcpkgs/hlint/template @@ -1,16 +1,16 @@ # Template file for 'hlint' pkgname=hlint -version=2.2.11 -revision=2 +version=3.2.7 +revision=1 build_style=haskell-stack -stackage="lts-16.13" +stackage="lts-17.5" makedepends="ncurses-devel" short_desc="Haskell source code suggestions" maintainer="Inokentiy Babushkin " license="BSD-3-Clause" -homepage="https://github.com/ndmitchell/${pkgname}" +homepage="https://github.com/ndmitchell/hlint" distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz" -checksum=207539d3627efd3caed9e6fd3b1aeb8f1eb64553f1f9f166090adbf2fb71e172 +checksum=fcdeefcc79a52206add44b409abcab48c5fe2adff9d5aff077acbc43c702b54e nocross=yes # Can't yet cross compile Haskell nopie_files="/usr/bin/hlint" From 06c76d0b976af165abe75fca01ad1ada605fd253 Mon Sep 17 00:00:00 2001 From: slotThe Date: Wed, 17 Mar 2021 15:43:37 +0100 Subject: [PATCH 07/12] kmonad: bump for ghc 8.10.4 --- srcpkgs/kmonad/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/kmonad/template b/srcpkgs/kmonad/template index 13e8845581ae..8c34a920ba7d 100644 --- a/srcpkgs/kmonad/template +++ b/srcpkgs/kmonad/template @@ -1,9 +1,9 @@ # Template file for 'kmonad' pkgname=kmonad version=0.4.1 -revision=1 +revision=2 build_style=haskell-stack -stackage=lts-16.13 +stackage=lts-17.5 short_desc="Keyboard remapping utility providing qmk-like functionality" maintainer="slotThe " license="MIT" From 5e285010a6a561542365269543173945c52ab46f Mon Sep 17 00:00:00 2001 From: slotThe Date: Wed, 17 Mar 2021 16:21:35 +0100 Subject: [PATCH 08/12] hoogle: bump for ghc 8.10.4 --- srcpkgs/hoogle/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hoogle/template b/srcpkgs/hoogle/template index 4305ac4ae6e8..eafda8747cdf 100644 --- a/srcpkgs/hoogle/template +++ b/srcpkgs/hoogle/template @@ -1,9 +1,9 @@ # Template file for 'hoogle' pkgname=hoogle version=5.0.18.1 -revision=1 +revision=2 build_style=haskell-stack -stackage="lts-16.13" +stackage="lts-17.5" makedepends="zlib-devel" short_desc="Haskell API search engine" maintainer="Inokentiy Babushkin " From fd0d8152a4b473ecf8db8e9b693c325ad915fdd1 Mon Sep 17 00:00:00 2001 From: slotThe Date: Fri, 19 Mar 2021 11:18:37 +0100 Subject: [PATCH 09/12] cgrep: bump for ghc 8.10.4 --- srcpkgs/cgrep/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template index 7b4047614a71..15eda3bafd0e 100644 --- a/srcpkgs/cgrep/template +++ b/srcpkgs/cgrep/template @@ -1,12 +1,12 @@ # Template file for 'cgrep' pkgname=cgrep version=6.6.33 -revision=1 +revision=2 build_style=haskell-stack -stackage="lts-16.18" +stackage="lts-17.5" makedepends="pcre-devel pkg-config" short_desc="Context-aware grep for source codes" -maintainer="Orphaned " +maintainer="slotThe " license="GPL-2.0-or-later" homepage="https://awgn.github.io/cgrep/" distfiles="https://github.com/awgn/${pkgname}/archive/v${version}.tar.gz" From 6079c9e4322201c9a0a3411bc15650f0fb1a9394 Mon Sep 17 00:00:00 2001 From: slotThe Date: Fri, 19 Mar 2021 15:03:05 +0100 Subject: [PATCH 10/12] debug-me: bump for ghc 8.10.4 --- srcpkgs/debug-me/files/stack.yaml | 2 +- .../patches/{ghc8.8.3.patch => ghc8.10.4.patch} | 11 +++++++++++ srcpkgs/debug-me/template | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) rename srcpkgs/debug-me/patches/{ghc8.8.3.patch => ghc8.10.4.patch} (70%) diff --git a/srcpkgs/debug-me/files/stack.yaml b/srcpkgs/debug-me/files/stack.yaml index 9c88cea9ab3c..ecff9d9d18f2 100644 --- a/srcpkgs/debug-me/files/stack.yaml +++ b/srcpkgs/debug-me/files/stack.yaml @@ -1,6 +1,6 @@ packages: - '.' -resolver: lts-16.13 +resolver: lts-17.5 extra-deps: - posix-pty-0.2.1.1 - graphviz-2999.20.1.0 diff --git a/srcpkgs/debug-me/patches/ghc8.8.3.patch b/srcpkgs/debug-me/patches/ghc8.10.4.patch similarity index 70% rename from srcpkgs/debug-me/patches/ghc8.8.3.patch rename to srcpkgs/debug-me/patches/ghc8.10.4.patch index f1779331c5a9..9cc19db63be3 100644 --- a/srcpkgs/debug-me/patches/ghc8.8.3.patch +++ b/srcpkgs/debug-me/patches/ghc8.10.4.patch @@ -20,3 +20,14 @@ defaultSettings checkEnv :: ServerOpts -> IO ServerOpts +--- debug-me.cabal ++++ debug-me.cabal +@@ -64,7 +64,7 @@ + , stm-chans (>= 3.0) + , posix-pty (>= 0.2.1) + , terminal-size (>= 0.3) +- , aeson (>= 0.11 && < 1.5) ++ , aeson (>= 0.11 && < 1.6) + , sandi (>= 0.4) + , text (>= 1.2.2) + , optparse-applicative (>= 0.12) diff --git a/srcpkgs/debug-me/template b/srcpkgs/debug-me/template index 3df514e0be48..797c52f1f479 100644 --- a/srcpkgs/debug-me/template +++ b/srcpkgs/debug-me/template @@ -1,7 +1,7 @@ # Template file for 'debug-me' pkgname=debug-me version=1.20200820 -revision=1 +revision=2 build_style=haskell-stack makedepends="zlib-devel" short_desc="Secure remote debugging" From d14d2aaf3eb6eb3a7a584faf60d8d96a14354f74 Mon Sep 17 00:00:00 2001 From: slotThe Date: Sat, 20 Mar 2021 11:26:04 +0100 Subject: [PATCH 11/12] darcs: bump for ghc 8.10.4 --- srcpkgs/darcs/files/stack.yaml | 2 +- srcpkgs/darcs/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/darcs/files/stack.yaml b/srcpkgs/darcs/files/stack.yaml index 3766e74cccb0..cfc1efb94d53 100644 --- a/srcpkgs/darcs/files/stack.yaml +++ b/srcpkgs/darcs/files/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-16.13 +resolver: lts-17.5 packages: - . extra-deps: diff --git a/srcpkgs/darcs/template b/srcpkgs/darcs/template index bdbe3f14cc6f..6aa45fa21535 100644 --- a/srcpkgs/darcs/template +++ b/srcpkgs/darcs/template @@ -1,7 +1,7 @@ # Template file for 'darcs' pkgname=darcs version=2.16.3 -revision=1 +revision=2 build_style=haskell-stack hostmakedepends="unzip" makedepends="zlib-devel libcurl-devel ncurses-devel" From 9540e99205c5970d3915335d3266f99d24ee2467 Mon Sep 17 00:00:00 2001 From: slotThe Date: Thu, 25 Mar 2021 08:56:29 +0100 Subject: [PATCH 12/12] hledger: bump for ghc 8.10.4 --- srcpkgs/hledger/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hledger/template b/srcpkgs/hledger/template index b34e8ccd4652..1727a49252b7 100644 --- a/srcpkgs/hledger/template +++ b/srcpkgs/hledger/template @@ -1,7 +1,7 @@ # Template file for 'hledger' pkgname=hledger version=1.21 -revision=1 +revision=2 build_style=haskell-stack makedepends="zlib-devel ncurses-devel" short_desc="Simple, precise, plain text accounting"