From 0b4c50a1d68fc94590646831c2a9d5bae33b9078 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Tue, 22 Jun 2021 14:57:51 +0530 Subject: [PATCH] Add fakedata-quickcheck and enable tests for fakedata A new version of fakedata has been released which fixes the tests. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 818013e3..e054e2ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -862,6 +862,7 @@ packages: - persistent-redis - fakedata - fakedata-parser + - fakedata-quickcheck - streamly-bytestring "haskell-openal": @@ -7567,7 +7568,6 @@ expected-test-failures: - character-cases # https://github.com/aiya000/hs-character-cases/issues/3 - lz4-frame-conduit # https://github.com/nh2/lz4-frame-conduit/issues/3 - dhall-yaml # https://github.com/commercialhaskell/stackage/issues/5640 - - fakedata # random 1.2 # Assertion failures due to module name ambiguity # (These _should_ be fixed by using the `hide` section of this file)