diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 01:22:00 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:15 -0500 |
commit | 4a35e3c34e755de91d6c5f2f0d610530dd935349 (patch) | |
tree | 4d5b26f573c91d216524901c6e211921bf626bee /gnu | |
parent | 780477fb0844b83f694058fd29def538ef4ab8ca (diff) | |
download | guix-4a35e3c34e755de91d6c5f2f0d610530dd935349.tar.gz |
gnu: ghc-storable-complex: Update to 0.2.3.0.
* gnu/packages/haskell-xyz.scm (ghc-storable-complex): Update to 0.2.3.0. [inputs]: Add 'ghc-base-orphans'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 40ebcbcd22..01b532cdd7 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9638,7 +9638,7 @@ for strict state threads.") (define-public ghc-storable-complex (package (name "ghc-storable-complex") - (version "0.2.2") + (version "0.2.3.0") (source (origin (method url-fetch) @@ -9646,8 +9646,10 @@ for strict state threads.") "https://hackage.haskell.org/package/storable-complex/storable-complex-" version ".tar.gz")) (sha256 - (base32 "01kwwkpbfjrv26vj83cd92px5qbq1bpgxj0r45534aksqhany1xb")))) + (base32 "0fnwbfmd5vsaaqvf9182qdcjrzcfjd1zhdyvjwzifbwvn6r9kx4s")))) (build-system haskell-build-system) + (inputs + `(("ghc-base-orphans" ,ghc-base-orphans))) (home-page "https://github.com/cartazio/storable-complex") (synopsis "Haskell Storable instance for Complex") (description "This package provides a Haskell library including a |