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

Commit d670f5a

Browse files
committed
move shake.* files into install/ folder
1 parent 39e5c3c commit d670f5a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,4 @@ _build/
7373

7474
# stack 2.1 stack.yaml lock files
7575
stack*.yaml.lock
76+
shake.yaml.lock

install/shake.project

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
packages:
2+
install/

shake.yaml renamed to install/shake.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Used to provide a different environment for the shake build script
22
resolver: lts-13.18 # GHC 8.6.4
33
packages:
4-
- install
4+
- .
55

66
nix:
77
packages: [ zlib ]

shake.project

-2
This file was deleted.

0 commit comments

Comments
 (0)