Message ID | 20201204191545.24772-2-goodoldpaul@autistici.org |
---|---|
State | Accepted |
Headers | show |
Series | [bug#44954,1/9] gnu: ghc-yesod-core: Update to 1.6.17.2. | expand |
Context | Check | Description |
---|---|---|
cbaines/submitting builds | success | |
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index 0571076c49..f439678acc 100644 --- a/gnu/packages/haskell-web.scm +++ b/gnu/packages/haskell-web.scm @@ -2028,7 +2028,7 @@ Authoring and Versioning (WebDAV) extensions to HTTP as well an executable, (define-public ghc-yesod-test (package (name "ghc-yesod-test") - (version "1.6.10") + (version "1.6.9") (source (origin (method url-fetch) @@ -2038,7 +2038,7 @@ Authoring and Versioning (WebDAV) extensions to HTTP as well an executable, ".tar.gz")) (sha256 (base32 - "0vw6yg5b22a6flbl822z23k0l23as5mmxjcdnj2zgjjv5i713yfx")))) + "0v25lqq7hgd5lggnyfd9kamkzd4126rd7vlhc131n253n4by4yak")))) (build-system haskell-build-system) (inputs `(("ghc-hunit" ,ghc-hunit)