Skip to content
Snippets Groups Projects
Commit 8108a53f authored by Alice Brenon's avatar Alice Brenon
Browse files

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
...@@ -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.15 build-depends: base >=4.14 && <4.17
, 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment