[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44518] [PATCH v3 11/25] gnu: Add ghc-aspell-pipe.
From: |
Romain GARBAGE |
Subject: |
[bug#44518] [PATCH v3 11/25] gnu: Add ghc-aspell-pipe. |
Date: |
Mon, 22 Jul 2024 13:28:08 +0200 |
* gnu/packages/haskell-xyz.scm (ghc-aspell-pipe): New variable.
Change-Id: I0d31c9c457ce33b45c0fb6589413208796843920
---
gnu/packages/haskell-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index fa423ae2ca..3bdc8d6d6b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -450,6 +450,26 @@ (define-public ghc-appar
style.")
(license license:bsd-3)))
+(define-public ghc-aspell-pipe
+ (package
+ (name "ghc-aspell-pipe")
+ (version "0.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "aspell-pipe" version))
+ (sha256
+ (base32 "09dw4v4j5pmqi8pdh3p7kk7f8pph5w33s7vd21fgvhv3arnrj6p8"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "aspell-pipe")))
+ (inputs (list ghc-async))
+ (home-page "http://hackage.haskell.org/package/aspell-pipe")
+ (synopsis "Pipe-based interface to the Aspell program")
+ (description
+ "This package provides a pipe-based interface to the Aspell program (no
dynamic
+linking required).")
+ (license license:bsd-3)))
+
(define-public ghc-assoc
(package
(name "ghc-assoc")
--
2.45.1
- [bug#44518] [PATCH v3 03/25] gnu: Add ghc-crypton-x509-store., (continued)
- [bug#44518] [PATCH v3 03/25] gnu: Add ghc-crypton-x509-store., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 01/25] gnu: Add ghc-crypton., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 05/25] gnu: Add ghc-crypton-x509-validation., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 02/25] gnu: Add ghc-crypton-x509., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 04/25] gnu: Add ghc-crypton-x509-system., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 06/25] gnu: Add ghc-tls-1.9., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 07/25] gnu: Add ghc-crypton-connection., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 08/25] gnu: Add ghc-mattermost-api., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 10/25] gnu: Add ghc-modern-uri., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 09/25] gnu: Add ghc-mattermost-api-qc., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 11/25] gnu: Add ghc-aspell-pipe.,
Romain GARBAGE <=
- [bug#44518] [PATCH v3 17/25] gnu: Add ghc-unique., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 12/25] gnu: Add ghc-bimap., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 14/25] gnu: Add ghc-monad-parallel., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 18/25] gnu: Add ghc-unix-compat-7., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 16/25] gnu: Add ghc-stm-delay., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 13/25] gnu: Add ghc-checkers., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 19/25] gnu: Add ghc-vty-crossplatform., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 23/25] gnu: Add ghc-brick., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 15/25] gnu: ghc-text-zipper: Update to 0.13., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 21/25] gnu: Add ghc-vty-6., Romain GARBAGE, 2024/07/22