rekahsoft-gnu/packages/haskell-web.scm: ghc-hspec-discover now provided upstream

* rekahsoft-gnu/packages/haskell-web.scm (ghc-hspec-discover): Removed variable
This commit is contained in:
Collin J. Doering 2023-02-27 01:54:20 -05:00
parent a58890b6b4
commit d21357317b
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 0 additions and 24 deletions

View File

@ -110,30 +110,6 @@
"Hakyll is a static website compiler library. It provides you with the tools to create a simple or advanced static website using a Haskell DSL and formats such as markdown or RST. You can find more information, including a tutorial, on the website: . * <http://jaspervdj.be/hakyll> . If you seek assistance, there's: . * A google group: <http://groups.google.com/group/hakyll> . * An IRC channel, @#hakyll@ on irc.libera.chat (we *do not* have a channel on Freenode anymore) . Additionally, there's the Haddock documentation in the different modules, meant as a reference.")
(license license:bsd-3)))
(define-public ghc-hspec-discover
(package
(name "ghc-hspec-discover")
(version "2.9.1")
(source
(origin
(method url-fetch)
(uri (string-append
"https://hackage.haskell.org/package/hspec-discover/hspec-discover-"
version
".tar.gz"))
(sha256
(base32 "13cbjyzmd543jcpi7bh420adh2bpn088v8fv0cb25zgx8q5khmxw"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)
("ghc-hspec-meta" ,ghc-hspec-meta)
("ghc-mockery" ,ghc-mockery)))
(home-page "http://hspec.github.io/")
(synopsis "Automatically discover and run Hspec tests")
(description
"Automatically discover and run Hspec tests . <http://hspec.github.io/hspec-discover.html>")
(license license:expat)))
(define-public ghc-clay
(package
(name "ghc-clay")