Commit c9bd81c7 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[parser] fix zip file name

parent e4b72739
......@@ -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
......
......@@ -11,6 +11,7 @@ packages:
docker:
enable: false
#enable: true
repo: 'cgenie/stack-build:lts-18.12-garg'
run-args:
- '--publish=8008:8008'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment