[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64840] [PATCH 01/12] gnu: ghc-quickcheck-instances: Update to 0.3.2
From: |
Distopico |
Subject: |
[bug#64840] [PATCH 01/12] gnu: ghc-quickcheck-instances: Update to 0.3.29. |
Date: |
Mon, 24 Jul 2023 15:23:03 -0500 |
* gnu/packages/haskell-check.scm (ghc-quickcheck-instances): Update to 0.3.29.
---
gnu/packages/haskell-check.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 5447ecec1e..65c5bb460c 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -365,13 +365,13 @@ (define-public ghc-tasty-expected-failure
(define-public ghc-quickcheck-instances
(package
(name "ghc-quickcheck-instances")
- (version "0.3.28")
+ (version "0.3.29")
(source (origin
(method url-fetch)
(uri (hackage-uri "quickcheck-instances" version))
(sha256
(base32
- "1jycijv7gaj6qrkp219nllrdv9zd0ifp0mb0rch430fm95xin4f4"))))
+ "12pxldi6rp40cvfwdaalwr33dr7xgv6azygwbb7s143hhj19gpwb"))))
(build-system haskell-build-system)
(properties '((upstream-name . "quickcheck-instances")))
(inputs (list ghc-quickcheck
@@ -386,6 +386,7 @@ (define-public ghc-quickcheck-instances
ghc-scientific
ghc-strict
ghc-tagged
+ ghc-data-array-byte
ghc-these
ghc-time-compat
ghc-transformers-compat
@@ -868,6 +869,7 @@ (define-public ghc-hedgehog
ghc-barbies
ghc-concurrent-output
ghc-erf
+ ghc-text
ghc-lifted-async
ghc-mmorph
ghc-monad-control
--
2.41.0
- [bug#64840] [PATCH 00/12] Add elm-format., Distopico, 2023/07/24
- [bug#64840] [PATCH 01/12] gnu: ghc-quickcheck-instances: Update to 0.3.29.,
Distopico <=
- [bug#64840] [PATCH 02/12] gnu: Add ghc-generically., Distopico, 2023/07/24
- [bug#64840] [PATCH 07/12] gnu: Add ghc-relude., Distopico, 2023/07/24
- [bug#64840] [PATCH 11/12] gnu: Fix missing required ghc-text dependency., Distopico, 2023/07/24
- [bug#64840] [PATCH 04/12] gnu: Add ghc-data-array-byte., Distopico, 2023/07/24
- [bug#64840] [PATCH 06/12] gnu: Add ghc-text., Distopico, 2023/07/24
- [bug#64840] [PATCH 09/12] gnu: Add ghc-hspec-golden., Distopico, 2023/07/24
- [bug#64840] [PATCH 03/12] gnu: Add ghc-aeson-2.1., Distopico, 2023/07/24
- [bug#64840] [PATCH 05/12] gnu: Add ghc-pooled-io., Distopico, 2023/07/24
- [bug#64840] [PATCH 10/12] gnu: Add ghc-bimap., Distopico, 2023/07/24
- [bug#64840] [PATCH 12/12] gnu: Add elm-format., Distopico, 2023/07/24