Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tahoe-ssk
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
tahoe-ssk
Commits
d0692829
Commit
d0692829
authored
2 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
share more build options between targets
parent
be4a7234
No related branches found
No related tags found
1 merge request
!7
Implement enough encryption and encoding to be able to read plaintext from Tahoe-LAFS-generated SDMF shares
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tahoe-ssk.cabal
+16
-12
16 additions, 12 deletions
tahoe-ssk.cabal
with
16 additions
and
12 deletions
tahoe-ssk.cabal
+
16
−
12
View file @
d0692829
...
@@ -60,7 +60,20 @@ extra-source-files: test/data/*
...
@@ -60,7 +60,20 @@ extra-source-files: test/data/*
common warnings
common warnings
ghc-options: -Wall
ghc-options: -Wall
common language
default-extensions:
DerivingStrategies
GeneralizedNewtypeDeriving
NamedFieldPuns
OverloadedStrings
PackageImports
RecordWildCards
default-language: Haskell2010
library
library
import: warnings
import: language
hs-source-dirs: src
hs-source-dirs: src
exposed-modules:
exposed-modules:
Tahoe.SDMF
Tahoe.SDMF
...
@@ -87,20 +100,11 @@ library
...
@@ -87,20 +100,11 @@ library
-- This dependency isn't ideal. Move common bits out to
-- This dependency isn't ideal. Move common bits out to
-- another library.
-- another library.
build-depends: tahoe-chk
build-depends: tahoe-chk
ghc-options: -Wall
default-extensions:
DerivingStrategies
GeneralizedNewtypeDeriving
NamedFieldPuns
OverloadedStrings
PackageImports
RecordWildCards
default-language: Haskell2010
test-suite tahoe-ssk-test
test-suite tahoe-ssk-test
-- Import common warning flags.
-- Import common warning flags.
import: warnings
import: warnings
import: language
-- Base language which the package is written in.
-- Base language which the package is written in.
default-language: Haskell2010
default-language: Haskell2010
...
...
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