Fix time dependency

This commit is contained in:
Paul Brinkmeier 2022-09-05 17:15:49 +02:00
parent 28598ad2cd
commit 3ca153ba87
2 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ library
, blaze-html >=0.9
, req >=3.10
, text >=1.0
, time >=1.13
, time >=1.11
default-language: Haskell2010
executable lisa-exe
@ -58,7 +58,7 @@ executable lisa-exe
, lisa
, req >=3.10
, text >=1.0
, time >=1.13
, time >=1.11
default-language: Haskell2010
test-suite lisa-test
@ -77,5 +77,5 @@ test-suite lisa-test
, lisa
, req >=3.10
, text >=1.0
, time >=1.13
, time >=1.11
default-language: Haskell2010

View File

@ -26,7 +26,7 @@ dependencies:
- req >= 3.10
- Spock >= 0.14
- text >= 1.0
- time >= 1.13
- time >= 1.11
library:
source-dirs: src