Archived
1
0
Fork 0

gnu: ghc-generic-deriving: Update to 1.12.4.

* gnu/packages/haskell-xyz.scm (ghc-generic-deriving): Update to 1.12.4.
This commit is contained in:
Timothy Sample 2019-10-31 10:27:38 -04:00
parent e2c0db3675
commit 55c1e6beda
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -3743,7 +3743,7 @@ specific Windows, Mac, and Linux file system event notification.")
(define-public ghc-generic-deriving (define-public ghc-generic-deriving
(package (package
(name "ghc-generic-deriving") (name "ghc-generic-deriving")
(version "1.12.2") (version "1.12.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3753,7 +3753,7 @@ specific Windows, Mac, and Linux file system event notification.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1i7d6cpj9yhaqb79zays3nqchhaacacjz9bkc0zlwj73y5gvi22n")))) "0vdg9qdq35jl3m11a87wk8cq1y71qm4i1g1b2pxki0wk70yw20a4"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-th-abstraction" ,ghc-th-abstraction))) `(("ghc-th-abstraction" ,ghc-th-abstraction)))