diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-02 18:55:12 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-05 16:37:49 +0100 |
commit | 092ab12fc3e0fa4465b4a43748837cc75acdfdfb (patch) | |
tree | fe983feb2317cf0f8640e5b83dc33cb52c45bca2 /gnu/packages/haskell.scm | |
parent | 56aa945e1b95ef1a3842e73042a9fa867d36845e (diff) | |
download | patches-092ab12fc3e0fa4465b4a43748837cc75acdfdfb.tar patches-092ab12fc3e0fa4465b4a43748837cc75acdfdfb.tar.gz |
gnu: ghc-exceptions: Update to 0.8.3.
* gnu/packages/haskell.scm (ghc-exceptions): Update to 0.8.3.
Diffstat (limited to 'gnu/packages/haskell.scm')
-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 5b3c1d5358..c5bc8d19a9 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2646,7 +2646,7 @@ online}.") (define-public ghc-exceptions (package (name "ghc-exceptions") - (version "0.8.0.2") + (version "0.8.3") (source (origin (method url-fetch) @@ -2656,7 +2656,7 @@ online}.") ".tar.gz")) (sha256 (base32 - "1x1bk1jf42k1gigiqqmkkh38z2ffhx8rsqiszdq3f94m2h6kw2h7")))) + "1gl7xzffsqmigam6zg0jsglncgzxqafld2p6kb7ccp9xirzdjsjd")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; FIXME: Missing test-framework package. (inputs |