From a2130bcf09af41e4f3e017a8b6118007a30fd2f2 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 9 May 2022 21:49:33 +0300 Subject: gnu: git-annex: Update inputs. * gnu/packages/haskell-apps.scm (git-annex)[inputs]: Add ghc-ansi-terminal, ghc-attoparsec, ghc-conduit, ghc-connection, ghc-http-client-tls, ghc-microlens, ghc-network-bsd, ghc-network-uri, ghc-transformers, ghc-unliftio-core, ghc-vector. Remove ghc-esqueleto, ghc-hslogger. --- gnu/packages/haskell-apps.scm | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'gnu/packages/haskell-apps.scm') diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index f7ca3b324f..5579ef58ea 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -11,7 +11,7 @@ ;;; Copyright © 2015 Paul van der Walt ;;; Copyright © 2019, 2020 Kyle Meyer ;;; Copyright © 2015 John Soo -;;; Copyright © 2019, 2020 Efraim Flashner +;;; Copyright © 2019, 2020, 2022 Efraim Flashner ;;; Copyright © 2019, 2020 Alex Griffin ;;; Copyright © 2020 Alexandru-Sergiu Marton ;;; Copyright © 2020 Brian Leung @@ -404,12 +404,16 @@ to @code{cabal repl}).") (inputs (list curl ghc-aeson + ghc-ansi-terminal ghc-async + ghc-attoparsec ghc-aws ghc-bloomfilter ghc-byteable ghc-case-insensitive ghc-concurrent-output + ghc-conduit + ghc-connection ghc-crypto-api ghc-cryptonite ghc-data-default @@ -417,26 +421,28 @@ to @code{cabal repl}).") ghc-disk-free-space ghc-dlist ghc-edit-distance - ghc-esqueleto ghc-exceptions ghc-feed ghc-filepath-bytestring ghc-free ghc-hinotify - ghc-hslogger ghc-http-client + ghc-http-client-tls ghc-http-client-restricted ghc-http-conduit ghc-http-types ghc-ifelse ghc-magic ghc-memory + ghc-microlens ghc-monad-control ghc-monad-logger ghc-mountpoints ghc-network + ghc-network-bsd ghc-network-info ghc-network-multicast + ghc-network-uri ghc-old-locale ghc-optparse-applicative ghc-persistent @@ -454,10 +460,13 @@ to @code{cabal repl}).") ghc-stm-chans ghc-tagsoup ghc-torrent + ghc-transformers ghc-unix-compat + ghc-unliftio-core ghc-unordered-containers ghc-utf8-string ghc-uuid + ghc-vector git rsync)) (native-inputs -- cgit v1.2.3