[arch-commits] Commit in haskell-config-ini/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Dec 3 09:07:08 UTC 2018


    Date: Monday, December 3, 2018 @ 09:07:08
  Author: felixonmars
Revision: 410869

upgpkg: haskell-config-ini 0.2.4.0-1

rebuild with megaparsec 7.0.4, config-ini 0.2.4.0, hledger 1.12, hledger-api 1.12, hledger-lib 1.12, hledger-ui 1.12, hledger-web 1.12, hspec-megaparsec 2.0.0, neat-interpolation 0.3.2.4, stack 1.9.3

Modified:
  haskell-config-ini/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-03 09:06:17 UTC (rev 410868)
+++ PKGBUILD	2018-12-03 09:07:08 UTC (rev 410869)
@@ -3,8 +3,8 @@
 
 _hkgname=config-ini
 pkgname=haskell-config-ini
-pkgver=0.2.2.0
-pkgrel=95
+pkgver=0.2.4.0
+pkgrel=1
 pkgdesc="A library for simple INI-based configuration files."
 url="https://github.com/aisamanra/config-ini"
 license=("custom:BSD3")
@@ -12,11 +12,11 @@
 depends=('ghc-libs' 'haskell-unordered-containers' 'haskell-megaparsec')
 makedepends=('ghc' 'haskell-ini' 'haskell-hedgehog' 'haskell-doctest' 'haskell-microlens')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('901745b9e6f2eb5d6458c8702a4a112f115448a89152eeec6610096ffb82577f132f0ab748835a9a55c293840674652791a54c746289fd718f37bd41ea3b4ed1')
+sha512sums=('76af8bf132d545425d9db5579df2e37fa08cad479adf5f586fb3becd0712e2329eae019db1796cd24c6fda80aa958e45450ebae74a5bcbdfad9337ae44696a5e')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *0.6/<1/' $_hkgname.cabal
+    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 
 build() {



More information about the arch-commits mailing list