gnu: ghc-haskell-lexer: Update to 1.0.2.
* gnu/packages/haskell.scm (ghc-haskell-lexer): Update to 1.0.2.
This commit is contained in:
parent
a263a97687
commit
233eb6c8fe
|
@ -12,7 +12,7 @@
|
||||||
;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com>
|
;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com>
|
||||||
;;; Copyright © 2017, 2018 Alex Vong <alexvong1995@gmail.com>
|
;;; Copyright © 2017, 2018 Alex Vong <alexvong1995@gmail.com>
|
||||||
;;; Copyright © 2017 rsiddharth <s@ricketyspace.net>
|
;;; Copyright © 2017 rsiddharth <s@ricketyspace.net>
|
||||||
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Tonton <tonton@riseup.net>
|
;;; Copyright © 2018 Tonton <tonton@riseup.net>
|
||||||
;;; Copyright © 2018, 2019 Timothy Sample <samplet@ngyro.com>
|
;;; Copyright © 2018, 2019 Timothy Sample <samplet@ngyro.com>
|
||||||
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
|
@ -1335,7 +1335,7 @@ Happy works in a similar way to the yacc tool for C.")
|
||||||
(define-public ghc-haskell-lexer
|
(define-public ghc-haskell-lexer
|
||||||
(package
|
(package
|
||||||
(name "ghc-haskell-lexer")
|
(name "ghc-haskell-lexer")
|
||||||
(version "1.0.1")
|
(version "1.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1343,8 +1343,7 @@ Happy works in a similar way to the yacc tool for C.")
|
||||||
"https://hackage.haskell.org/package/haskell-lexer/haskell-lexer-"
|
"https://hackage.haskell.org/package/haskell-lexer/haskell-lexer-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1wyxd8x33x4v5vxyzkhm610pl86gbkc8y439092fr1735q9g7kfq"))))
|
||||||
"0rj3r1pk88hh3sk3mj61whp8czz5kpxhbc78xlr04bxwqjrjmm6p"))))
|
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page "http://hackage.haskell.org/package/haskell-lexer")
|
(home-page "http://hackage.haskell.org/package/haskell-lexer")
|
||||||
(synopsis "Fully compliant Haskell 98 lexer")
|
(synopsis "Fully compliant Haskell 98 lexer")
|
||||||
|
|
Loading…
Reference in New Issue