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

Felix Yan felixonmars at archlinux.org
Tue Jul 17 07:42:19 UTC 2018


    Date: Tuesday, July 17, 2018 @ 07:42:18
  Author: felixonmars
Revision: 360459

remove unneeded dependency

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-17 07:42:11 UTC (rev 360458)
+++ PKGBUILD	2018-07-17 07:42:18 UTC (rev 360459)
@@ -13,9 +13,9 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-auto-update' 'haskell-blaze-html'
          'haskell-blaze-markup' 'haskell-byteable' 'haskell-case-insensitive' 'haskell-cereal'
          'haskell-clientsession' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cookie'
-         'haskell-deepseq-generics' 'haskell-fast-logger' 'haskell-http-types'
+         'haskell-fast-logger' 'haskell-http-types'
          'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces' 'haskell-primitive'
-         'haskell-random' 'haskell-resourcet' 'haskell-rio' 'haskell-safe' 'haskell-shakespeare'
+         'haskell-random' 'haskell-resourcet' 'haskell-rio' 'haskell-shakespeare'
          'haskell-unix-compat' 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector'
          'haskell-wai' 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 'haskell-word8')
 makedepends=('ghc')



More information about the arch-commits mailing list