Skip to content
Snippets Groups Projects
Commit a710d588 authored by Alice Brenon's avatar Alice Brenon
Browse files

Taking ghc-hs-conllu out of geode-packages after its addition to the official repos in 4ccba48d

parent 5a912480
No related branches found
No related tags found
No related merge requests found
...@@ -83,24 +83,6 @@ ...@@ -83,24 +83,6 @@
#:use-module ((guix packages) #:use-module ((guix packages)
#:select (base32 origin package search-path-specification))) #: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 (define-public python-blis
(package (package
(name "python-blis") (name "python-blis")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment