diff --git a/rekahsoft-gnu/packages/haskell-web.scm b/rekahsoft-gnu/packages/haskell-web.scm index a82aefb..1885c82 100644 --- a/rekahsoft-gnu/packages/haskell-web.scm +++ b/rekahsoft-gnu/packages/haskell-web.scm @@ -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: . * . If you seek assistance, there's: . * A google group: . * 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 . ") - (license license:expat))) - (define-public ghc-clay (package (name "ghc-clay")