Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
takkyuu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Show more breadcrumbs
Alice Brenon
takkyuu
Compare revisions
74e1bc87e0016ad85dcd7d1c83180e7f36ba36bc to 8108a53f760fcb56dea5f5ee25df7a2be033931d
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
abrenon/takkyuu
Select target project
No results found
8108a53f760fcb56dea5f5ee25df7a2be033931d
Select Git revision
Branches
main
sequential
Swap
Target
abrenon/takkyuu
Select target project
abrenon/takkyuu
1 result
74e1bc87e0016ad85dcd7d1c83180e7f36ba36bc
Select Git revision
Branches
main
sequential
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Removing redundant version bounds in dependencies
· dbb2261a
Alice Brenon
authored
5 months ago
dbb2261a
Upgrade version bounds on package dependency 'base'
· b8ebaf93
Alice Brenon
authored
5 months ago
b8ebaf93
Merge branch 'main' into sequential + update version bound for aeson
· 8108a53f
Alice Brenon
authored
5 months ago
8108a53f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
takkyuu.cabal
+5
-4
5 additions, 4 deletions
takkyuu.cabal
with
5 additions
and
4 deletions
takkyuu.cabal
View file @
8108a53f
...
...
@@ -26,8 +26,8 @@ library
, Text.Takkyuu.Toolbox
, Text.Takkyuu.IO
-- other-extensions:
build-depends: base >=4.14 && <4.1
5
, aeson >=1.5.6 && <
1.5.7
build-depends: base >=4.14 && <4.1
7
, aeson >=1.5.6 && <
2.1
, containers >=0.6 && <0.7
, mtl >=2.2 && <2.3
hs-source-dirs: lib
...
...
@@ -38,7 +38,8 @@ executable takkyuu
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.14 && <4.15, takkyuu
build-depends: base
, takkyuu
hs-source-dirs: app
default-language: Haskell2010
...
...
@@ -47,6 +48,6 @@ test-suite takkyuu-test
type: detailed-0.9
hs-source-dirs: test
test-module: Test
build-depends: base
>=4.14 && <4.15
build-depends: base
, Cabal
, takkyuu
This diff is collapsed.
Click to expand it.