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
a710d588
Commit
a710d588
authored
1 year ago
by
Alice Brenon
Browse files
Options
Downloads
Patches
Plain Diff
Taking ghc-hs-conllu out of geode-packages after its addition to the official repos in 4ccba48d
parent
5a912480
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/annotation.scm
+0
-18
0 additions, 18 deletions
geode/packages/annotation.scm
with
0 additions
and
18 deletions
geode/packages/annotation.scm
+
0
−
18
View file @
a710d588
...
@@ -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"
)
...
...
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