gnu: ghc-haskell-src-exts: Update to 1.20.1.

* gnu/packages/haskell.scm (ghc-haskell-src-exts: Update): Update to 1.20.1.
[inputs]: Remove ghc-syb.
This commit is contained in:
Ricardo Wurmus 2018-02-12 22:14:21 +01:00
parent e0ba59a9f8
commit f707b243c6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -993,7 +993,7 @@ (define-public ghc-pretty-show-for-haskell-src-exts
(define-public ghc-haskell-src-exts
(package
(name "ghc-haskell-src-exts")
(version "1.18.2")
(version "1.20.1")
(source
(origin
(method url-fetch)
@ -1003,14 +1003,13 @@ (define-public ghc-haskell-src-exts
".tar.gz"))
(sha256
(base32
"0hq9f6r67gkhad4cc4dhahrwrz9kxfibhk8qrw5j0p7cvh23hn1i"))))
"1jsjl9hja2dpcfq4mzlfpwyr6axwnwgacfb7aa070kz4lbygzaa8"))))
(build-system haskell-build-system)
(inputs
`(("cpphs" ,cpphs)
("ghc-mtl" ,ghc-mtl)
("ghc-happy" ,ghc-happy)
("ghc-syb" ,ghc-syb)
("ghc-pretty-show" ,ghc-pretty-show)))
("ghc-mtl" ,ghc-mtl)
("ghc-pretty-show" ,ghc-pretty-show-for-haskell-src-exts)))
(native-inputs
`(("ghc-smallcheck" ,ghc-smallcheck)
("ghc-tasty" ,ghc-tasty)