Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Geode Packages
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Projet GEODE
Geode Packages
Commits
9b649aa9
Commit
9b649aa9
authored
2 years ago
by
Alice Brenon
Browse files
Options
Downloads
Patches
Plain Diff
Cleaned and added edda-clinic
parent
82744a58
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
geode/packages/encoding.scm
+30
-0
30 additions, 0 deletions
geode/packages/encoding.scm
with
30 additions
and
0 deletions
geode/packages/encoding.scm
+
30
−
0
View file @
9b649aa9
(
define-module
(
geode
packages
encoding
)
(
define-module
(
geode
packages
encoding
)
#
:use-module
((
gnu
packages
base
)
#
:select
(
sed
))
#
:use-module
((
gnu
packages
compression
)
#
:use-module
((
gnu
packages
compression
)
#
:select
(
unzip
zip
))
#
:select
(
unzip
zip
))
#
:use-module
((
gnu
packages
haskell-xyz
)
#
:use-module
((
gnu
packages
haskell-xyz
)
...
@@ -8,6 +9,7 @@
...
@@ -8,6 +9,7 @@
ghc-pipes
ghc-pipes
ghc-roman-numerals
ghc-roman-numerals
ghc-xml
))
ghc-xml
))
#
:use-module
((
gnu
packages
haskell-web
)
#
:select
(
ghc-hxt
ghc-hxt-xpath
))
#
:use-module
((
guix
build-system
gnu
)
#
:use-module
((
guix
build-system
gnu
)
#
:select
(
gnu-build-system
))
#
:select
(
gnu-build-system
))
#
:use-module
((
guix
build-system
haskell
)
#
:use-module
((
guix
build-system
haskell
)
...
@@ -22,6 +24,34 @@
...
@@ -22,6 +24,34 @@
#
:select
(
package
#
:select
(
package
origin
base32
)))
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
(
define-public
ghc-html5-entity
(
package
(
package
(
name
"ghc-html5-entity"
)
(
name
"ghc-html5-entity"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment