diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-02 11:37:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-05 16:37:49 +0100 |
commit | 7c0e5954931efadcf713395e8cb8ab9beaea6293 (patch) | |
tree | 842c655b665d5a62c947831f033f42635ac4aa37 | |
parent | b46ebdd86707c7946f77f420aeb1111f18bdb4c5 (diff) |
gnu: ghc-dlist: Update to 0.8.0.3.
* gnu/packages/haskell.scm (ghc-dlist): Update to 0.8.0.3.
-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 8d3aca893a..1154af56df 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1387,7 +1387,7 @@ old @code{time} library. For new projects, the newer (define-public ghc-dlist (package (name "ghc-dlist") - (version "0.7.1.2") + (version "0.8.0.3") (source (origin (method url-fetch) @@ -1396,7 +1396,7 @@ old @code{time} library. For new projects, the newer version ".tar.gz")) (sha256 - (base32 "10rp96rryij7d8gz5kv8ygc6chm1624ck5mbnqs2a3fkdzqj2b9k")))) + (base32 "0brgai4vs7xz29p06kd6gzg5bpa8iy3k7yzgcc44izspd74q4rw7")))) (build-system haskell-build-system) (inputs `(("ghc-quickcheck" ,ghc-quickcheck))) |