Skip to content

Commit

Permalink
Add package versions for time (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasheedja authored Dec 2, 2023
1 parent d053637 commit 84c89e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- lens >= 5.2.2 && < 5.3
- monad-logger >= 0.3.40 && < 0.4
- text >= 2.0.2 && < 2.1
- time
- time >= 1.12.2 && < 1.13

default-extensions:
DataKinds
Expand Down
6 changes: 3 additions & 3 deletions simplex-method.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.1.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -44,7 +44,7 @@ library
, lens >=5.2.2 && <5.3
, monad-logger >=0.3.40 && <0.4
, text >=2.0.2 && <2.1
, time
, time >=1.12.2 && <1.13
default-language: Haskell2010

test-suite simplex-haskell-test
Expand All @@ -65,5 +65,5 @@ test-suite simplex-haskell-test
, monad-logger >=0.3.40 && <0.4
, simplex-method
, text >=2.0.2 && <2.1
, time
, time >=1.12.2 && <1.13
default-language: Haskell2010

0 comments on commit 84c89e7

Please sign in to comment.