Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
crawlers
hal
Commits
3a7d039e
Commit
3a7d039e
authored
Jun 17, 2024
by
mzheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix imports
parent
a90c4419
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Main.hs
app/Main.hs
+1
-1
cabal.project
cabal.project
+1
-1
Corpus.hs
src/HAL/Doc/Corpus.hs
+1
-1
No files found.
app/Main.hs
View file @
3a7d039e
...
...
@@ -5,7 +5,7 @@ module Main where
import
Conduit
(
sinkList
,
mapM_C
,
(
.|
),
runConduit
)
import
Data.LanguageCodes
(
ISO639_1
(
..
))
import
Data.Text
qualified
as
T
import
HAL
--(getMetadataWithCursorOptsC, countResultsOpts', HalCrawlerOptions(..), defaultHalOptions
)
import
HAL
(
getMetadataWithCursorOptsC
,
countResultsOpts'
,
HalCrawlerOptions
(
..
),
defaultHalOptions
,
getMetadataWith
,
generateRequestByStructID
)
import
HAL.Types
import
HAL.Doc
import
HAL.Doc.Corpus
(
Corpus
(
..
))
...
...
cabal.project
View file @
3a7d039e
with-compiler: ghc
with-compiler: ghc
-9.4.7
packages: .
tests: True
src/HAL/Doc/Corpus.hs
View file @
3a7d039e
...
...
@@ -5,7 +5,7 @@
module
HAL.Doc.Corpus
where
import
Control.Lens
qualified
as
L
import
Data.Aeson
--
( (.:), (.:?), withObject, FromJSON(parseJSON), Object )
import
Data.Aeson
(
(
.:
),
(
.:?
),
withObject
,
FromJSON
(
parseJSON
),
Object
)
import
Data.Default
(
Default
(
..
))
import
Data.Map.Strict
qualified
as
Map
import
Data.String
(
IsString
(
fromString
))
...
...
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