Fix time dependency
This commit is contained in:
parent
28598ad2cd
commit
3ca153ba87
@ -40,7 +40,7 @@ library
|
|||||||
, blaze-html >=0.9
|
, blaze-html >=0.9
|
||||||
, req >=3.10
|
, req >=3.10
|
||||||
, text >=1.0
|
, text >=1.0
|
||||||
, time >=1.13
|
, time >=1.11
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
executable lisa-exe
|
executable lisa-exe
|
||||||
@ -58,7 +58,7 @@ executable lisa-exe
|
|||||||
, lisa
|
, lisa
|
||||||
, req >=3.10
|
, req >=3.10
|
||||||
, text >=1.0
|
, text >=1.0
|
||||||
, time >=1.13
|
, time >=1.11
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
test-suite lisa-test
|
test-suite lisa-test
|
||||||
@ -77,5 +77,5 @@ test-suite lisa-test
|
|||||||
, lisa
|
, lisa
|
||||||
, req >=3.10
|
, req >=3.10
|
||||||
, text >=1.0
|
, text >=1.0
|
||||||
, time >=1.13
|
, time >=1.11
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
@ -26,7 +26,7 @@ dependencies:
|
|||||||
- req >= 3.10
|
- req >= 3.10
|
||||||
- Spock >= 0.14
|
- Spock >= 0.14
|
||||||
- text >= 1.0
|
- text >= 1.0
|
||||||
- time >= 1.13
|
- time >= 1.11
|
||||||
|
|
||||||
library:
|
library:
|
||||||
source-dirs: src
|
source-dirs: src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user