Fix time dependency
This commit is contained in:
parent
28598ad2cd
commit
3ca153ba87
@ -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
|
||||
|
@ -26,7 +26,7 @@ dependencies:
|
||||
- req >= 3.10
|
||||
- Spock >= 0.14
|
||||
- text >= 1.0
|
||||
- time >= 1.13
|
||||
- time >= 1.11
|
||||
|
||||
library:
|
||||
source-dirs: src
|
||||
|
Loading…
x
Reference in New Issue
Block a user