Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gbs-downloader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
PrivateStorage
gbs-downloader
Commits
f4a07829
Commit
f4a07829
authored
1 year ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
directly depend on zlib in pkgconfig-depends here for reasons
parent
7be69ea0
No related branches found
No related tags found
1 merge request
!1
Simplistic implementation of download
Pipeline
#4466
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gbs-downloader.cabal
+9
-3
9 additions, 3 deletions
gbs-downloader.cabal
with
9 additions
and
3 deletions
gbs-downloader.cabal
+
9
−
3
View file @
f4a07829
...
...
@@ -75,7 +75,7 @@ library
, language
-- Modules exported by the library.
exposed-modules: Tahoe.Download
exposed-modules:
Tahoe.Download
-- Modules included in this library but not exported.
-- other-modules:
...
...
@@ -94,10 +94,16 @@ library
, text
-- Directories containing source files.
hs-source-dirs: src
hs-source-dirs:
src
-- Base language which the package is written in.
default-language: Haskell2010
default-language: Haskell2010
-- We don't directly depend on zlib but we transitively depend on it through
-- some Haskell library that (I think) doesn't bother to declare a pkgconfig
-- dependency - so the build fails if zlib isn't in just the right place
-- unless we add this.
pkgconfig-depends: zlib
executable gbs-download
-- Import common warning flags.
...
...
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