[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
239/257: gnu: Remove old versions of ghc-doctest.
From: |
Ricardo Wurmus |
Subject: |
239/257: gnu: Remove old versions of ghc-doctest. |
Date: |
Thu, 27 Sep 2018 15:47:37 -0400 (EDT) |
rekado pushed a commit to branch wip-haskell
in repository guix.
commit 46e797780eb06cd5824be82dbee65812acb01224
Author: Timothy Sample <address@hidden>
Date: Fri Aug 31 23:58:50 2018 -0400
gnu: Remove old versions of ghc-doctest.
* gnu/packages/haskell.scm (ghc-doctest-0.12, ghc-doctest-0.13): Remove.
---
gnu/packages/haskell.scm | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index aebe223..30f7643 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5366,37 +5366,6 @@ It is modeled after doctest for Python, see
@uref{https://docs.python.org/library/doctest.html, the Doctest website}.")
(license license:expat)))
-(define-public ghc-doctest-0.12
- (package (inherit ghc-doctest)
- (name "ghc-doctest")
- (version "0.12.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "https://hackage.haskell.org/package/doctest/doctest-"
- version
- ".tar.gz"))
- (sha256
- (base32
- "13h549cpgcvb7c54c7wif28g5wak84dxc3ais0hlqhzk1q6la91a"))))
- (inputs
- `(("ghc-code-page" ,ghc-code-page)
- ,@(package-inputs ghc-doctest)))))
-
-(define-public ghc-doctest-0.13
- (package (inherit ghc-doctest-0.12)
- (name "ghc-doctest")
- (version "0.13.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://hackage.haskell.org/package/"
- "doctest/doctest-" version ".tar.gz"))
- (sha256
- (base32
- "08g3nmpqbnbkxc95d65hkhfabwax10qrq51vlynr342npn40mn2b"))))))
-
(define-public ghc-lifted-base
(package
(name "ghc-lifted-base")
- 134/257: gnu: ghc-highlighting-kate: Update to 0.6.4., (continued)
- 134/257: gnu: ghc-highlighting-kate: Update to 0.6.4., Ricardo Wurmus, 2018/09/27
- 237/257: gnu: ghc-persistent-template: Update to 2.5.4., Ricardo Wurmus, 2018/09/27
- 217/257: gnu: ghc-wai-extra: Update to 3.0.24.2., Ricardo Wurmus, 2018/09/27
- 226/257: gnu: Add ghc-cryptohash-sha256., Ricardo Wurmus, 2018/09/27
- 248/257: gnu: ghc-yesod-persistent: Update to 1.6.0., Ricardo Wurmus, 2018/09/27
- 241/257: gnu: Add ghc-rio., Ricardo Wurmus, 2018/09/27
- 250/257: gnu: ghc-pandoc: Adjust tests and test dependency constraints., Ricardo Wurmus, 2018/09/27
- 244/257: gnu: Add ghc-tree-diff., Ricardo Wurmus, 2018/09/27
- 213/257: gnu: ghc-rebase: Update to 1.2.4., Ricardo Wurmus, 2018/09/27
- 233/257: gnu: ghc-persistent: Update to 2.8.2., Ricardo Wurmus, 2018/09/27
- 239/257: gnu: Remove old versions of ghc-doctest.,
Ricardo Wurmus <=
- 227/257: ghc: Add ghc-ed25519., Ricardo Wurmus, 2018/09/27
- 232/257: gnu: ghc-lens: Update to 4.16.1., Ricardo Wurmus, 2018/09/27
- 234/257: gnu: ghc-warp: Update to 3.2.23., Ricardo Wurmus, 2018/09/27
- 222/257: gnu: ghc-monad-logger: Update to 0.3.29., Ricardo Wurmus, 2018/09/27
- 218/257: gnu: ghc-vector-builder: Update to 0.3.6., Ricardo Wurmus, 2018/09/27
- 236/257: gnu: ghc-chart: Update to 1.9., Ricardo Wurmus, 2018/09/27
- 219/257: gnu: ghc-foldl: Update to 1.4.3., Ricardo Wurmus, 2018/09/27
- 235/257: gnu: xmobar: Update to 0.28., Ricardo Wurmus, 2018/09/27
- 230/257: gnu: cabal-install: Update to 2.2.0.0., Ricardo Wurmus, 2018/09/27
- 208/257: gnu: ghc-either: Update to 5.0.1., Ricardo Wurmus, 2018/09/27