[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: Add ghc-hs-conllu.
From: |
guix-commits |
Subject: |
10/11: gnu: Add ghc-hs-conllu. |
Date: |
Wed, 1 Mar 2023 10:17:03 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 4ccba48de14cc10f40abb1a5237749346222b6e7
Author: Alice BRENON <alice.brenon@ens-lyon.fr>
AuthorDate: Tue Feb 7 11:05:47 2023 +0100
gnu: Add ghc-hs-conllu.
* gnu/packages/haskell-xyz (ghc-hs-conllu): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/haskell-xyz.scm | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b6c3a71045..86af842980 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -28,7 +28,7 @@
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@member.fsf.org>
;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com>
;;; Copyright © 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
-;;; Copyright © 2021, 2022 Alice BRENON <alice.brenon@ens-lyon.fr>
+;;; Copyright © 2021–2023 Alice BRENON <alice.brenon@ens-lyon.fr>
;;; Copyright © 2021 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2022 jgart <jgart@dismail.de>
;;;
@@ -5427,6 +5427,26 @@ that interconverts between various bibliography formats
using a common
MODS-format XML intermediate.")
(license license:gpl2+)))
+(define-public ghc-hs-conllu
+ (package
+ (name "ghc-hs-conllu")
+ (version "0.1.5")
+ (source (origin
+ (method url-fetch)
+ (uri (hackage-uri "hs-conllu" version))
+ (sha256
+ (base32
+ "1azh4g5kdng8v729ldgblkmrdqrc501rgm9wwqx6gkqwwzn8w3r4"))))
+ (build-system haskell-build-system)
+ (inputs (list ghc-megaparsec ghc-void))
+ (home-page "https://github.com/arademaker/hs-conllu")
+ (synopsis "CoNLL-U validating parser and utils")
+ (description
+ "Utilities to parse, print, diff, and analyse data in CoNLL-U, a format
+used in linguistics to represent the syntactic annotation of sentences. See
+@url{https://universaldependencies.org/format.html}")
+ (license license:lgpl3)))
+
(define-public ghc-hslogger
(package
(name "ghc-hslogger")
- 04/11: gnu: Add flat-remix-gtk-theme., (continued)
- 04/11: gnu: Add flat-remix-gtk-theme., guix-commits, 2023/03/01
- 03/11: gnu: Add flat-remix-icon-theme., guix-commits, 2023/03/01
- 05/11: gnu: Add flat-remix-gnome-theme., guix-commits, 2023/03/01
- 07/11: gnu: icecat: Remove unsupported --disable-eme option on aarch64., guix-commits, 2023/03/01
- 01/11: gnu: Add python-pyee., guix-commits, 2023/03/01
- 02/11: gnu: Add python-pixelmatch., guix-commits, 2023/03/01
- 06/11: gnu: Add python-pypresence., guix-commits, 2023/03/01
- 09/11: gnu: font-google-noto-emoji: Install correct license file., guix-commits, 2023/03/01
- 11/11: gnu: Add emacs-motif., guix-commits, 2023/03/01
- 08/11: gnu: Add font-apl2741-unicode., guix-commits, 2023/03/01
- 10/11: gnu: Add ghc-hs-conllu.,
guix-commits <=