Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
195
Issues
195
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
c9bd81c7
Commit
c9bd81c7
authored
Oct 11, 2021
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[parser] fix zip file name
parent
e4b72739
Pipeline
#1953
failed with stage
in 29 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Parsers.hs
src/Gargantext/Core/Text/Corpus/Parsers.hs
+1
-1
stack.yaml
stack.yaml
+1
-0
No files found.
src/Gargantext/Core/Text/Corpus/Parsers.hs
View file @
c9bd81c7
...
...
@@ -97,7 +97,7 @@ parseFormat WOS bs = do
$
[
runParser'
WOS
bs
]
pure
$
Right
docs
parseFormat
ZIP
bs
=
do
path
<-
emptySystemTempFile
"parsed
-
zip"
path
<-
emptySystemTempFile
"parsed
.
zip"
DB
.
writeFile
path
bs
parsedZip
<-
withArchive
path
$
do
DM
.
keys
<$>
getEntries
...
...
stack.yaml
View file @
c9bd81c7
...
...
@@ -11,6 +11,7 @@ packages:
docker
:
enable
:
false
#enable: true
repo
:
'
cgenie/stack-build:lts-18.12-garg'
run-args
:
-
'
--publish=8008:8008'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment