Skip to content

Commit

Permalink
Adjust deps upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
kaBeech committed Jun 13, 2024
1 parent e6ac7cc commit 3f7a736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensort.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ library
-- other-extensions:

-- Other library packages from which modules are imported.
build-depends: base >=4.3.0.0 && <= 4.19.1.0,
build-depends: base >=4.3.0.0 && <= 4.20.0.1,
mtl >= 2.2.2 && < 2.4,
random >= 1.0.0.3 && < 1.3,
random-shuffle >= 0.0.4 && < 0.1,
Expand Down Expand Up @@ -149,7 +149,7 @@ executable tensort
build-depends:
base,
tensort,
time >= 1.2.0.3 && < 1.13,
time >= 1.2.0.3 && < 1.15 && != 1.14,

-- Directories containing source files.
hs-source-dirs: app
Expand Down

0 comments on commit 3f7a736

Please sign in to comment.