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

Felix Yan felixonmars at gemini.archlinux.org
Sat Feb 12 15:39:53 UTC 2022


    Date: Saturday, February 12, 2022 @ 15:39:53
  Author: felixonmars
Revision: 1132875

remove dep provided by ghc-libs

Modified:
  haskell-doctest/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-12 15:39:33 UTC (rev 1132874)
+++ PKGBUILD	2022-02-12 15:39:53 UTC (rev 1132875)
@@ -9,7 +9,7 @@
 url="https://github.com/sol/doctest"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-compat' 'haskell-exceptions' 'haskell-ghc' 'haskell-syb'
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-ghc' 'haskell-syb'
          'haskell-code-page' 'haskell-ghc-paths')
 makedepends=('ghc')
 checkdepends=('haskell-hunit' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck'



More information about the arch-commits mailing list