summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 14:32:48 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:41 -0500
commit08397fde1394b0d17682782228a1381c94f59b5e (patch)
tree787a75064928df8fb0cf14683faf2629818867a8 /gnu/packages/haskell-xyz.scm
parent503b74ae9ae41a7673b64dd0e0876a94ee94e3a2 (diff)
downloadpatches-08397fde1394b0d17682782228a1381c94f59b5e.tar
patches-08397fde1394b0d17682782228a1381c94f59b5e.tar.gz
gnu: ghc-validation: Update to 1.1.
* gnu/packages/haskell-xyz.scm (ghc-validation): Update to 1.1. [arguments]: Update Cabal file hash.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 703cedc18b..51c442f915 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11544,7 +11544,7 @@ functions.")
(define-public ghc-validation
(package
(name "ghc-validation")
- (version "1")
+ (version "1.1")
(source
(origin
(method url-fetch)
@@ -11554,11 +11554,11 @@ functions.")
".tar.gz"))
(sha256
(base32
- "08drmdvyzg2frbb26icy1mlz52xv0l6gi3v8gb7xp0vrcci5libh"))))
+ "1acj7mh3581ks405xswxw6667z7y1y0slisg6jvp6chc191ji9l5"))))
(build-system haskell-build-system)
(arguments
`(#:cabal-revision
- ("1" "1x1g4nannz81j1h64l1m3ancc96zc57d1bjhj1wk7bwn1xxbi5h3")))
+ ("1" "1rrjg9z399k6pb55nv85mlr5bkmdqbjwkvl1cy7ydccdx6ks4syp")))
(inputs
`(("ghc-semigroups" ,ghc-semigroups)
("ghc-semigroupoids" ,ghc-semigroupoids)