Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit cf1510e

Browse files
committed
Use unix-time extra dep instead bump up resolvers
1 parent 9e8c37c commit cf1510e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

stack-8.6.5.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-13.26 # First GHC 8.6.5 with unix-time >= 0.4.6
1+
resolver: lts-13.23 # First GHC 8.6.5
22
packages:
33
- .
44
- hie-plugin-api
@@ -30,6 +30,8 @@ extra-deps:
3030
- rope-utf16-splay-0.3.1.0
3131
- syz-0.2.0.0
3232
- temporary-1.2.1.1
33+
# To make build work in windows 7
34+
- unix-time-0.4.7
3335
- yaml-0.8.32
3436

3537
flags:

stack.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2019-06-20 # GHC 8.6.5
1+
resolver: nightly-2019-05-31 # GHC 8.6.5
22
packages:
33
- .
44
- hie-plugin-api
@@ -31,6 +31,8 @@ extra-deps:
3131
- multistate-0.8.0.1
3232
- syz-0.2.0.0
3333
- temporary-1.2.1.1
34+
# To make build work in windows 7
35+
- unix-time-0.4.7
3436
- yaml-0.8.32
3537

3638
flags:

0 commit comments

Comments
 (0)