gnu: ghc-wave: Update to 0.2.0.

* gnu/packages/haskell-xyz.scm (ghc-wave): Update to 0.2.0.
This commit is contained in:
Timothy Sample 2019-10-31 10:31:33 -04:00
parent d34860c797
commit 1631a0f794
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -11533,7 +11533,7 @@ (define-public ghc-void
(define-public ghc-wave
(package
(name "ghc-wave")
(version "0.1.5")
(version "0.2.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -11542,7 +11542,7 @@ (define-public ghc-wave
".tar.gz"))
(sha256
(base32
"03zycmwrchhqvi37fdvlzz2d1vl4hy0i8xyys1zznw38qfq0h2i5"))))
"149kgwngq3qxc7gxpkqb16j669j0wpv2f3gnvfwp58yg6m4259ki"))))
(build-system haskell-build-system)
(arguments
'(#:phases