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
652e756c
Commit
652e756c
authored
2 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
put language directives in the cabal file
parent
3cc5225b
Branches
Branches containing commit
No related tags found
1 merge request
!2
Incorporate tahoe-great-black-swamp to do share downloads using GBS
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gbs-downloader.cabal
+1
-0
1 addition, 0 deletions
gbs-downloader.cabal
src/Tahoe/Download.hs
+0
-3
0 additions, 3 deletions
src/Tahoe/Download.hs
with
1 addition
and
3 deletions
gbs-downloader.cabal
+
1
−
0
View file @
652e756c
...
@@ -68,6 +68,7 @@ common language
...
@@ -68,6 +68,7 @@ common language
NamedFieldPuns
NamedFieldPuns
OverloadedStrings
OverloadedStrings
RecordWildCards
RecordWildCards
ScopedTypeVariables
TupleSections
TupleSections
library
library
...
...
This diff is collapsed.
Click to expand it.
src/Tahoe/Download.hs
+
0
−
3
View file @
652e756c
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}
{- | A high-level interface to downloading share data as bytes from storage
{- | A high-level interface to downloading share data as bytes from storage
servers.
servers.
-}
-}
...
...
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