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'.
This commit is contained in:
Timothy Sample 2019-10-31 01:22:00 -04:00
parent 780477fb08
commit 4a35e3c34e
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -9638,7 +9638,7 @@ (define-public ghc-stmonadtrans
(define-public ghc-storable-complex (define-public ghc-storable-complex
(package (package
(name "ghc-storable-complex") (name "ghc-storable-complex")
(version "0.2.2") (version "0.2.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9646,8 +9646,10 @@ (define-public ghc-storable-complex
"https://hackage.haskell.org/package/storable-complex/storable-complex-" "https://hackage.haskell.org/package/storable-complex/storable-complex-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "01kwwkpbfjrv26vj83cd92px5qbq1bpgxj0r45534aksqhany1xb")))) (base32 "0fnwbfmd5vsaaqvf9182qdcjrzcfjd1zhdyvjwzifbwvn6r9kx4s"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs
`(("ghc-base-orphans" ,ghc-base-orphans)))
(home-page "https://github.com/cartazio/storable-complex") (home-page "https://github.com/cartazio/storable-complex")
(synopsis "Haskell Storable instance for Complex") (synopsis "Haskell Storable instance for Complex")
(description "This package provides a Haskell library including a (description "This package provides a Haskell library including a