[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
239/272: gnu: Remove old versions of ghc-doctest.
From: |
Ricardo Wurmus |
Subject: |
239/272: gnu: Remove old versions of ghc-doctest. |
Date: |
Mon, 1 Oct 2018 06:13:54 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 8401d3aad04d4ed256c92e5c525f7c4130930b6f
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")
- 272/272: gnu: ghc-statistics: Fix build., (continued)
- 272/272: gnu: ghc-statistics: Fix build., Ricardo Wurmus, 2018/10/01
- 263/272: gnu: raincat: Update to 1.2.1., Ricardo Wurmus, 2018/10/01
- 264/272: gnu: git-annex: Update to 6.20180926., Ricardo Wurmus, 2018/10/01
- 130/272: gnu: ghc-extra: Update to 1.6.9., Ricardo Wurmus, 2018/10/01
- 142/272: gnu: ghc-unliftio: Update to 0.2.7.0., Ricardo Wurmus, 2018/10/01
- 148/272: gnu: ghc-th-orphans: Update to 0.13.6., Ricardo Wurmus, 2018/10/01
- 162/272: gnu: ghc-bytes: Update to 0.15.5., Ricardo Wurmus, 2018/10/01
- 171/272: gnu: ghc-x509-validation: Update to 1.6.10., Ricardo Wurmus, 2018/10/01
- 174/272: gnu: ghc-bifunctors: Update to 5.5.3., Ricardo Wurmus, 2018/10/01
- 188/272: gnu: ghc-aeson-pretty: Update to 0.8.7., Ricardo Wurmus, 2018/10/01
- 239/272: gnu: Remove old versions of ghc-doctest.,
Ricardo Wurmus <=
- 256/272: gnu: ghc-base-compat: Update to 0.10.4., Ricardo Wurmus, 2018/10/01
- 265/272: gnu: agda: Fix build., Ricardo Wurmus, 2018/10/01
- 139/272: gnu: ghc-half: Update to 0.3., Ricardo Wurmus, 2018/10/01
- 258/272: gnu: Add ghc-weigh., Ricardo Wurmus, 2018/10/01
- 131/272: gnu: ghc-pem: Update to 0.2.4., Ricardo Wurmus, 2018/10/01
- 183/272: gnu: ghc-tasty-th: Update to 0.1.7., Ricardo Wurmus, 2018/10/01
- 207/272: gnu: ghc-adjunctions: Update to 4.4., Ricardo Wurmus, 2018/10/01
- 213/272: gnu: ghc-rebase: Update to 1.2.4., Ricardo Wurmus, 2018/10/01
- 242/272: gnu: ghc-yesod-core: Update to 1.6.6., Ricardo Wurmus, 2018/10/01
- 230/272: gnu: cabal-install: Update to 2.2.0.0., Ricardo Wurmus, 2018/10/01