diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 23:50:55 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:17 +0200 |
commit | 0618a71b1e5d0e5d79b440509791c49740a43f38 (patch) | |
tree | ca4b00a4d6ba8b96fa6f88d6350dace1ee390cb6 /gnu | |
parent | 10ae734585c9f11fd0bd5353120d026d058e1950 (diff) | |
download | patches-0618a71b1e5d0e5d79b440509791c49740a43f38.tar patches-0618a71b1e5d0e5d79b440509791c49740a43f38.tar.gz |
gnu: ghc-wave: Update to 0.1.5.
* gnu/packages/haskell.scm (ghc-wave): Update to 0.1.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d7b09065dd..b804117d84 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -8223,7 +8223,7 @@ Rust syntax. It is intended to be useful for two different purposes: (define-public ghc-wave (package (name "ghc-wave") - (version "0.1.4") + (version "0.1.5") (source (origin (method url-fetch) (uri (string-append @@ -8232,7 +8232,7 @@ Rust syntax. It is intended to be useful for two different purposes: ".tar.gz")) (sha256 (base32 - "1g5nmqfk6p25v9ismwz4i66ay91bd1qh39xwj0hm4z6a5mw8frk8")))) + "03zycmwrchhqvi37fdvlzz2d1vl4hy0i8xyys1zznw38qfq0h2i5")))) (build-system haskell-build-system) (inputs `(("ghc-cereal" ,ghc-cereal) |