diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 01:22:21 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:47:57 -0500 |
commit | 1159d1a52696b9336bdbf7b23fbea1dc429d3e41 (patch) | |
tree | 79fdb96de9d9a510070a091dc3bf2aff75a99eb4 /gnu | |
parent | f8cfee0632b0bea758fa262d2e4c0d1613058614 (diff) | |
download | guix-1159d1a52696b9336bdbf7b23fbea1dc429d3e41.tar.gz guix-1159d1a52696b9336bdbf7b23fbea1dc429d3e41.zip |
gnu: ghc-appar: Update to 0.1.8.
* gnu/packages/haskell-xyz.scm (ghc-appar): Update to 0.1.8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 127058e00a..6e7e81d2a9 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -336,7 +336,7 @@ colored output using the ansi-terminal package.") (define-public ghc-appar (package (name "ghc-appar") - (version "0.1.4") + (version "0.1.8") (source (origin (method url-fetch) @@ -346,7 +346,7 @@ colored output using the ansi-terminal package.") ".tar.gz")) (sha256 (base32 - "09jb9ij78fdkz2qk66rw99q19qnm504dpv0yq0pjsl6xwjmndsjq")))) + "07v3h766q9mnhphsm53718h1lds147ix7dj15kc5hnsj4vffvkn4")))) (build-system haskell-build-system) (home-page "https://hackage.haskell.org/package/appar") |