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
Commits
8108a53f
Commit
8108a53f
authored
6 months ago
by
Alice Brenon
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into sequential + update version bound for aeson
parents
74e1bc87
b8ebaf93
No related branches found
No related tags found
No related merge requests found
Changes
1
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
+
5
−
4
View file @
8108a53f
...
@@ -26,8 +26,8 @@ library
...
@@ -26,8 +26,8 @@ library
, Text.Takkyuu.Toolbox
, Text.Takkyuu.Toolbox
, Text.Takkyuu.IO
, Text.Takkyuu.IO
-- other-extensions:
-- other-extensions:
build-depends: base >=4.14 && <4.1
5
build-depends: base >=4.14 && <4.1
7
, aeson >=1.5.6 && <
1.5.7
, aeson >=1.5.6 && <
2.1
, containers >=0.6 && <0.7
, containers >=0.6 && <0.7
, mtl >=2.2 && <2.3
, mtl >=2.2 && <2.3
hs-source-dirs: lib
hs-source-dirs: lib
...
@@ -38,7 +38,8 @@ executable takkyuu
...
@@ -38,7 +38,8 @@ executable takkyuu
main-is: Main.hs
main-is: Main.hs
-- other-modules:
-- other-modules:
-- other-extensions:
-- other-extensions:
build-depends: base >=4.14 && <4.15, takkyuu
build-depends: base
, takkyuu
hs-source-dirs: app
hs-source-dirs: app
default-language: Haskell2010
default-language: Haskell2010
...
@@ -47,6 +48,6 @@ test-suite takkyuu-test
...
@@ -47,6 +48,6 @@ test-suite takkyuu-test
type: detailed-0.9
type: detailed-0.9
hs-source-dirs: test
hs-source-dirs: test
test-module: Test
test-module: Test
build-depends: base
>=4.14 && <4.15
build-depends: base
, Cabal
, Cabal
, takkyuu
, takkyuu
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