Skip to content

Commit

Permalink
relax upper bound of containers package to allow containers-0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Jun 23, 2024
1 parent f142e91 commit e87f9fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion numeric-optimization-ad/numeric-optimization-ad.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ test-suite numeric-optimization-ad-test
build-depends:
HUnit >=1.6.0.0 && <1.7
, base >=4.12 && <5
, containers >=0.6.0.1 && <0.7
, containers >=0.6.0.1 && <0.8
, data-default-class
, hspec >=2.7.1 && <3.0
, numeric-optimization >=0.2.0.0 && <0.3.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ library
build-depends:
backprop >=0.2.6.3 && <0.3
, base >=4.12 && <5
, containers >=0.6.0.1 && <0.7
, containers >=0.6.0.1 && <0.8
, data-default-class >=0.1.2.0 && <0.2
, numeric-optimization >=0.2.0.0 && <0.3.0.0
default-language: Haskell2010
Expand All @@ -65,7 +65,7 @@ executable rosenbrock-backprop
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.12 && <5
, containers >=0.6.0.1 && <0.7
, containers >=0.6.0.1 && <0.8
, data-default-class >=0.1.2.0 && <0.2
, microlens >=0.4.10 && <0.5
, numeric-optimization >=0.2.0.0 && <0.3.0.0
Expand All @@ -88,7 +88,7 @@ test-suite numeric-optimization-backprop-test
build-depends:
HUnit >=1.6.0.0 && <1.7
, base >=4.12 && <5
, containers >=0.6.0.1 && <0.7
, containers >=0.6.0.1 && <0.8
, data-default-class >=0.1.2.0 && <0.2
, hspec >=2.7.1 && <3.0
, microlens >=0.4.10 && <0.5
Expand Down
4 changes: 2 additions & 2 deletions numeric-optimization/numeric-optimization.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ library
build-depends:
base >=4.12 && <5
, constraints
, containers >=0.6.0.1 && <0.7
, containers >=0.6.0.1 && <0.8
, data-default-class >=0.1.2.0 && <0.2
, hmatrix >=0.20.0.0
, mono-traversable >=1.0.15.1 && <1.1
Expand Down Expand Up @@ -125,7 +125,7 @@ test-suite numeric-optimization-test
build-depends:
HUnit >=1.6.0.0 && <1.7
, base >=4.12 && <5
, containers >=0.6.0.1 && <0.7
, containers >=0.6.0.1 && <0.8
, data-default-class >=0.1.2.0 && <0.2
, hmatrix
, hspec >=2.7.1 && <3.0
Expand Down

0 comments on commit e87f9fd

Please sign in to comment.