Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 4aaba42

Browse files
committed
Update stack config
1 parent 1bf48e6 commit 4aaba42

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

stack-ghc-7.10.3.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@ resolver: nightly-2016-03-08
22

33
packages:
44
- '.'
5-
- location:
6-
git: https://github.com/haskell-distributed/distributed-process-client-server.git
7-
commit: 935516a3fde7a194ca84f77a1e6584192c5f878b
8-
extra-dep: true
95

106
extra-deps:
117
- network-transport-inmemory-0.5.1 # snapshot 0.5.2 in lts-7.18
128
- distributed-process-0.6.6 # missing snapshot
139
- distributed-process-extras-0.3.1 # missing snapshot
1410
- distributed-process-async-0.2.4 # missing snapshot
1511
- distributed-process-systest-0.1.1 # missing prior to Jan-2017
12+
- distributed-process-client-server-0.2.1
1613
- rematch-0.2.0.0

stack-ghc-8.0.1.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@ resolver: lts-7.18
22

33
packages:
44
- '.'
5-
- location:
6-
git: https://github.com/haskell-distributed/distributed-process-client-server.git
7-
commit: 935516a3fde7a194ca84f77a1e6584192c5f878b
8-
extra-dep: true
95

106
extra-deps:
117
- network-transport-inmemory-0.5.1 # snapshot 0.5.2 in lts-7.18
128
- distributed-process-0.6.6 # missing snapshot
139
- distributed-process-extras-0.3.1 # missing snapshot
1410
- distributed-process-async-0.2.4 # missing snapshot
1511
- distributed-process-systest-0.1.1 # missing prior to Jan-2017
12+
- distributed-process-client-server-0.2.1
1613
- rematch-0.2.0.0

stack.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@ resolver: nightly-2017-02-03
22

33
packages:
44
- '.'
5-
- location:
6-
git: https://github.com/haskell-distributed/distributed-process-client-server.git
7-
commit: 935516a3fde7a194ca84f77a1e6584192c5f878b
8-
extra-dep: true
95

106
extra-deps:
117
- distributed-process-0.6.6 # missing snapshot
128
- distributed-process-extras-0.3.1 # missing snapshot
139
- distributed-process-async-0.2.4 # missing snapshot
1410
- distributed-process-systest-0.1.1 # missing prior to Jan-2017
11+
- distributed-process-client-server-0.2.1
1512
- rematch-0.2.0.0

0 commit comments

Comments
 (0)