diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-02 23:10:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-05 16:37:52 +0100 |
commit | c0fc5003f36bc8ee93ef5460f6d13a4a21d12045 (patch) | |
tree | c70c846e1c4f53372f286a538585ebc959386f19 | |
parent | c18f82dbfb3be5edb8fa08de27f99b0e744bc2ed (diff) | |
download | patches-c0fc5003f36bc8ee93ef5460f6d13a4a21d12045.tar patches-c0fc5003f36bc8ee93ef5460f6d13a4a21d12045.tar.gz |
gnu: ghc-glob: Update to 0.9.1.
* gnu/packages/haskell.scm (ghc-glob): Update to 0.9.1.
-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 817acf924e..fcba57674d 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -7123,7 +7123,7 @@ Typical applications of Priority Search Queues include: (define-public ghc-glob (package (name "ghc-glob") - (version "0.7.14") + (version "0.9.1") (source (origin (method url-fetch) @@ -7132,7 +7132,7 @@ Typical applications of Priority Search Queues include: "Glob-" version ".tar.gz")) (sha256 (base32 - "0aw43izg8vlvjl40ms6k92w7gxg7n3l6smdvzla47fp82s4vhdr8")))) + "0rzmsknl02p332dxmm36fyrz3dpma7bchn0ymyjipxvqil20pjw0")))) (build-system haskell-build-system) (inputs `(("ghc-dlist" ,ghc-dlist) |