mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: ghc-diff: Update to 0.3.4.
* gnu/packages/haskell.scm (ghc-diff): Update to 0.3.4. [native-inputs]: Add ghc-quickcheck, ghc-test-framework, and ghc-test-framework-quickcheck2.
This commit is contained in:
parent
8b0346f082
commit
307a0dcea3
1 changed files with 6 additions and 2 deletions
|
@ -4874,15 +4874,19 @@ (define-public ghc-regex-pcre-builtin
|
||||||
(define-public ghc-diff
|
(define-public ghc-diff
|
||||||
(package
|
(package
|
||||||
(name "ghc-diff")
|
(name "ghc-diff")
|
||||||
(version "0.3.2")
|
(version "0.3.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
"Diff/Diff-" version ".tar.gz"))
|
"Diff/Diff-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13iqqmpadcm7fvqwbfrz94w030rvjh66w2bdls1253128ac2n0vz"))))
|
"0bqcdvhxx8dmqc3793m6axg813wv9ldz2j37f1wygbbrbbndmdvp"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
|
("ghc-test-framework" ,ghc-test-framework)
|
||||||
|
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
|
||||||
(home-page "http://hub.darcs.net/sterlingclover/Diff")
|
(home-page "http://hub.darcs.net/sterlingclover/Diff")
|
||||||
(synopsis "O(ND) diff algorithm in Haskell")
|
(synopsis "O(ND) diff algorithm in Haskell")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue