From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ft2V8-0007U3-Up for guix-patches@gnu.org; Thu, 23 Aug 2018 23:11:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ft2V7-0008C9-TX for guix-patches@gnu.org; Thu, 23 Aug 2018 23:11:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54235) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ft2V7-0008Bp-Pj for guix-patches@gnu.org; Thu, 23 Aug 2018 23:11:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ft2V7-0001Dq-Ja for guix-patches@gnu.org; Thu, 23 Aug 2018 23:11:05 -0400 Subject: [bug#32517] [PATCH 4/7] gnu: ghc-persistent: Update to 2.8.2. Resent-Message-ID: From: Timothy Sample Date: Thu, 23 Aug 2018 23:09:29 -0400 Message-Id: <20180824030932.18088-4-samplet@ngyro.com> In-Reply-To: <20180824030932.18088-1-samplet@ngyro.com> References: <20180824030932.18088-1-samplet@ngyro.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32517@debbugs.gnu.org * gnu/packages/haskell.scm (ghc-persistent): Update to 2.8.2. [inputs]: Add ghc-unliftio-core and ghc-void; remove ghc-exceptions, ghc-monad-control, and ghc-lifted-base. --- gnu/packages/haskell.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 301247c0f..d07c24724 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -9498,7 +9498,7 @@ Haskell data types to and from HTTP API data.") (define-public ghc-persistent (package (name "ghc-persistent") - (version "2.7.3.1") + (version "2.8.2") (source (origin (method url-fetch) @@ -9507,15 +9507,12 @@ Haskell data types to and from HTTP API data.") "persistent-" version ".tar.gz")) (sha256 (base32 - "1jbvavdvr9qz5ld7vf6l1jgiadhmxx6zc4vqsdk9ivfq6d5wlg1p")))) + "1h0yijbf1yiwl50klyafy4ln99j8bib4kgbzviw7fc4y4mwv4sv9")))) (build-system haskell-build-system) (inputs `(("ghc-old-locale" ,ghc-old-locale) ("ghc-text" ,ghc-text) ("ghc-conduit" ,ghc-conduit) ("ghc-resourcet" ,ghc-resourcet) - ("ghc-exceptions" ,ghc-exceptions) - ("ghc-monad-control" ,ghc-monad-control) - ("ghc-lifted-base" ,ghc-lifted-base) ("ghc-resource-pool" ,ghc-resource-pool) ("ghc-path-pieces" ,ghc-path-pieces) ("ghc-http-api-data" ,ghc-http-api-data) @@ -9533,7 +9530,9 @@ Haskell data types to and from HTTP API data.") ("ghc-mtl" ,ghc-mtl) ("ghc-fast-logger" ,ghc-fast-logger) ("ghc-scientific" ,ghc-scientific) - ("ghc-tagged" ,ghc-tagged))) + ("ghc-tagged" ,ghc-tagged) + ("ghc-unliftio-core" ,ghc-unliftio-core) + ("ghc-void" ,ghc-void))) (native-inputs `(("ghc-hspec" ,ghc-hspec))) (home-page "https://www.yesodweb.com/book/persistent") (synopsis "Type-safe, multi-backend data serialization for Haskell") -- 2.18.0