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

Cleaned and added edda-clinic

parent 82744a58
No related branches found
No related tags found
No related merge requests found
(define-module (geode packages encoding)
#:use-module ((gnu packages base) #:select (sed))
#:use-module ((gnu packages compression)
#:select (unzip zip))
#:use-module ((gnu packages haskell-xyz)
......@@ -8,6 +9,7 @@
ghc-pipes
ghc-roman-numerals
ghc-xml))
#:use-module ((gnu packages haskell-web) #:select (ghc-hxt ghc-hxt-xpath))
#:use-module ((guix build-system gnu)
#:select (gnu-build-system))
#:use-module ((guix build-system haskell)
......@@ -22,6 +24,34 @@
#:select (package
origin base32)))
(define-public edda-clinic
(package
(name "edda-clinic")
(version "0.2.0")
(home-page "https://gitlab.huma-num.fr/alicebrenon/EDdAClinic")
(source (origin
(method git-fetch)
(uri (git-reference
(url home-page)
(commit version)))
(sha256
(base32
"097xqb8nmdlbhkypkhqy0mr88fr2v1mfgsjsjzvygys3nsgv166r"))))
(build-system haskell-build-system)
(propagated-inputs (list sed))
(inputs (list ghc-attoparsec
ghc-html5-entity
ghc-optparse-applicative
ghc-hxt
ghc-hxt-xpath
ghc-xmlfilter))
(synopsis "EDdA XML fixer")
(description
"An ad hoc program to fix some XML errors in a XML-TEI encoding of the
Encyclopedie.")
(license bsd-3)))
(define-public ghc-html5-entity
(package
(name "ghc-html5-entity")
......
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