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
Compare revisions
0ce6b05aa17b6bef0e9200796baa2b6385772fb6 to a710d588e28e903d32c7a4fe2e73f1b4b7be4913
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
geode/geode-packages
Select target project
No results found
a710d588e28e903d32c7a4fe2e73f1b4b7be4913
Select Git revision
Branches
main
Swap
Target
geode/geode-packages
Select target project
geode/geode-packages
1 result
0ce6b05aa17b6bef0e9200796baa2b6385772fb6
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Removing unneeded empty line
· 5a912480
Alice Brenon
authored
2 years ago
5a912480
Taking ghc-hs-conllu out of geode-packages after its addition to the official repos in 4ccba48d
· a710d588
Alice Brenon
authored
2 years ago
a710d588
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
geode/packages/annotation.scm
+0
-18
0 additions, 18 deletions
geode/packages/annotation.scm
geode/packages/encoding.scm
+0
-1
0 additions, 1 deletion
geode/packages/encoding.scm
with
0 additions
and
19 deletions
geode/packages/annotation.scm
View file @
a710d588
...
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
geode/packages/encoding.scm
View file @
a710d588
...
...
@@ -24,7 +24,6 @@
#
:select
(
package
origin
base32
)))
(
define-public
edda-clinic
(
package
(
name
"edda-clinic"
)
...
...
This diff is collapsed.
Click to expand it.