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

* gnu/packages/haskell.scm (ghc-generic-deriving): Update to 1.12.2.
[inputs]: Add ghc-th-abstraction.
This commit is contained in:
Timothy Sample 2018-08-28 23:49:02 -04:00 committed by Ricardo Wurmus
parent 98993f605b
commit b408c5a768
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -3190,7 +3190,7 @@ exceptions.")
(define-public ghc-generic-deriving (define-public ghc-generic-deriving
(package (package
(name "ghc-generic-deriving") (name "ghc-generic-deriving")
(version "1.11.1") (version "1.12.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3200,8 +3200,10 @@ exceptions.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1sdh5hpcwvh3b6zvgfk3pr3hla8p88l82njnih880c0gk5zl53dk")))) "1i7d6cpj9yhaqb79zays3nqchhaacacjz9bkc0zlwj73y5gvi22n"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs
`(("ghc-th-abstraction" ,ghc-th-abstraction)))
(native-inputs (native-inputs
`(("ghc-hspec" ,ghc-hspec) `(("ghc-hspec" ,ghc-hspec)
("hspec-discover" ,hspec-discover))) ("hspec-discover" ,hspec-discover)))