Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
outillage
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
Alice Brenon
outillage
Commits
73734174
Commit
73734174
authored
2 years ago
by
Alice Brenon
Browse files
Options
Downloads
Patches
Plain Diff
Deactivate dirty local dependencies unneeded for The Big Stanza Heist
parent
99590a15
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifest.scm
+6
-6
6 additions, 6 deletions
manifest.scm
with
6 additions
and
6 deletions
manifest.scm
+
6
−
6
View file @
73734174
...
...
@@ -9,23 +9,23 @@
((
gnu
packages
python-xyz
)
#
:select
(
python-beautifulsoup4
))
((
gnu
packages
xml
)
#
:select
(
python-lxml
)))
(
define
python-edda
(
load
"/home/alice/Logiciel/python-edda/guix.scm"
))
(
define
edda-clinic
(
load
"/home/alice/Logiciel/EDdAClinic/guix.scm"
))
(
define
ghc-geode
(
load
"/home/alice/Logiciel/ghc-geode/guix.scm"
))
;
(define python-edda (load "/home/alice/Logiciel/python-edda/guix.scm"))
;
(define edda-clinic (load "/home/alice/Logiciel/EDdAClinic/guix.scm"))
;
(define ghc-geode (load "/home/alice/Logiciel/ghc-geode/guix.scm"))
(
packages->manifest
(
list
coreutils
; mktemp for atomic processing, strip CSV headers, general scripting
edda-clinic
; fix and cut the EDdA
;
edda-clinic ; fix and cut the EDdA
gcc-toolchain
; running haskell
ghc
; running haskell
ghc-cassava
; working with CSV in haskell
ghc-geode
; handling corpus files
;
ghc-geode ; handling corpus files
ghc-hs-conllu
; working on syntax-annotated documents
ghc-hxt
; working on xml documents
python
; scripts
python-beautifulsoup4
; extract EDdA metadata from TEI files
python-edda
; TODO
;
python-edda ; TODO
python-lxml
; fusion articles into tomes for TXM
python-pandas
; working with CSV in python
python-stanza
; annotation
...
...
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