From a710d588e28e903d32c7a4fe2e73f1b4b7be4913 Mon Sep 17 00:00:00 2001 From: Alice BRENON <alice.brenon@ens-lyon.fr> Date: Tue, 20 Jun 2023 16:19:43 +0200 Subject: [PATCH] Taking ghc-hs-conllu out of geode-packages after its addition to the official repos in 4ccba48d --- geode/packages/annotation.scm | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/geode/packages/annotation.scm b/geode/packages/annotation.scm index eca3c9f..f8b9567 100644 --- a/geode/packages/annotation.scm +++ b/geode/packages/annotation.scm @@ -83,24 +83,6 @@ #:use-module ((guix packages) #:select (base32 origin package search-path-specification))) -(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/odanoburu/hs-conllu") - (synopsis "Conllu validating parser and utils.") - (description - "utilities to parse, print, diff, and analyse data in CoNLL-U format.") - (license lgpl3))) - (define-public python-blis (package (name "python-blis") -- GitLab