summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSaku Laesvuori <saku@laesvuori.fi>2026-06-14 13:18:17 +0300
committerSören Tempel <soeren+git@soeren-tempel.net>2026-06-15 11:28:46 +0200
commit1fa2e6739e6d37d5b4234dc065222c29309a1da8 (patch)
treeb3e9866ed1e7c25b9ca7925e33480125b4ca3c99 /gnu
parent753d433388ab947db28f31315f7806613091dae4 (diff)
gnu: ghc-vcr: Fix build.
* gnu/packages/haskell-xyz.scm (ghc-vcr) [native-inputs]: Add hspec-discover. Change-Id: I96756f9cd28e2ddf8a9e8c079de89530014f076a
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index af30ccc4b91..ca2019c7d9b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -17962,7 +17962,7 @@ such as ala'.")
17962 ghc-http-types 17962 ghc-http-types
17963 ghc-network-uri 17963 ghc-network-uri
17964 ghc-yaml)) 17964 ghc-yaml))
17965 (native-inputs (list ghc-hspec ghc-http-client-tls ghc-http-conduit 17965 (native-inputs (list hspec-discover ghc-hspec ghc-http-client-tls ghc-http-conduit
17966 ghc-mockery)) 17966 ghc-mockery))
17967 (home-page "https://github.com/assertible/vcr") 17967 (home-page "https://github.com/assertible/vcr")
17968 (synopsis "Record and replay HTTP interactions") 17968 (synopsis "Record and replay HTTP interactions")