Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Przemyslaw Kaminski
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
Changes
2
Show 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
...
@@ -97,7 +97,7 @@ parseFormat WOS bs = do
$
[
runParser'
WOS
bs
]
$
[
runParser'
WOS
bs
]
pure
$
Right
docs
pure
$
Right
docs
parseFormat
ZIP
bs
=
do
parseFormat
ZIP
bs
=
do
path
<-
emptySystemTempFile
"parsed
-
zip"
path
<-
emptySystemTempFile
"parsed
.
zip"
DB
.
writeFile
path
bs
DB
.
writeFile
path
bs
parsedZip
<-
withArchive
path
$
do
parsedZip
<-
withArchive
path
$
do
DM
.
keys
<$>
getEntries
DM
.
keys
<$>
getEntries
...
...
stack.yaml
View file @
c9bd81c7
...
@@ -11,6 +11,7 @@ packages:
...
@@ -11,6 +11,7 @@ packages:
docker
:
docker
:
enable
:
false
enable
:
false
#enable: true
repo
:
'
cgenie/stack-build:lts-18.12-garg'
repo
:
'
cgenie/stack-build:lts-18.12-garg'
run-args
:
run-args
:
-
'
--publish=8008:8008'
-
'
--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