Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pattern-arrows


Commits:
36abcc05 by Felix Yan at 2025-10-13T06:46:58+08:00
upgpkg: 0.0.2-28: rebuild with cabal-fmt 0.1.7, cabal-install 3.10.3.0, 
cabal-install-parsers 0.6.1.1, cabal-install-solver 3.10.3.0, 
filepath-bytestring 1.5.2.0.1, fourmolu 0.12.0.0, ghc 9.6.6, ghc-exactprint 
1.7.1.0, ghc-lib-parser 9.6.6.20240701, ghc-lib-parser-ex 9.6.0.2, 
ghc-syntax-highlighter 0.0.10.0, hlint 3.6, ormolu 0.6.0.0, spdx 1.1, 
stylish-haskell 0.14.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = haskell-pattern-arrows
        pkgdesc = Arrows for Pretty Printing
        pkgver = 0.0.2
-       pkgrel = 27
+       pkgrel = 28
        url = 
https://blog.functorial.com/posts/2013-10-27-Pretty-Printing-Arrows.html
        arch = x86_64
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 _hkgname=pattern-arrows
 pkgname=haskell-pattern-arrows
 pkgver=0.0.2
-pkgrel=27
+pkgrel=28
 pkgdesc="Arrows for Pretty Printing"
 url="https://blog.functorial.com/posts/2013-10-27-Pretty-Printing-Arrows.html";
 license=("MIT")
@@ -14,6 +14,11 @@ makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('085d4c2e023a4762af885ec9043ca5b16fae3de4b9ecca879d8a4415d027febeef6b10d705ef0bfbdae1db7346c29269bd60c14a4ca06197d2747748ed3e0070')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i "21iimport Control.Monad.Fix" src/Control/PatternArrows.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
     



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pattern-arrows/-/commit/36abcc05e916740873067c2ee475d60fae7a4823

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pattern-arrows/-/commit/36abcc05e916740873067c2ee475d60fae7a4823
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to