diff options
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 7d3c94c432..f352f6b187 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -6591,6 +6591,7 @@ stripped. As the result, this package has no dependencies.") (uri (string-append "https://hackage.haskell.org/package/" "microlens-aeson/microlens-aeson-" version ".tar.gz")) + (patches (search-patches "ghc-microlens-aeson-fix-tests.patch")) (sha256 (base32 "0w630kk5bnily1qh41081gqgbwmslrh5ad21899gwnb2r3jripyw")))) |