Skip to content

Remove stub dependencies #423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Nov 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e0434d7
alphametics: remove unneeded stub dependency
rbasso Nov 7, 2016
9c6f906
atbash-cipher: remove unneeded stub dependency
rbasso Nov 7, 2016
7761d91
bank-account: remote unneeded stub dependency
rbasso Nov 7, 2016
f54d5b8
connect: remove unneeded stub dependency
rbasso Nov 7, 2016
29864c8
crypto-square: remove unneeded stub dependency
rbasso Nov 7, 2016
d1feb07
food-chain: remove unneeded stub dependency
rbasso Nov 7, 2016
3521648
go-counting: remove unneeded stub dependency
rbasso Nov 7, 2016
bbd811d
grade-school: remove unneeded stub dependency
rbasso Nov 7, 2016
53b8fdf
kindergarten-garden: remove unneeded stub dependency
rbasso Nov 7, 2016
8d865bd
largest-series-product: remove unneeded stub dependency
rbasso Nov 7, 2016
4d84b55
lens-person: remove unneeded stub dependency
rbasso Nov 7, 2016
b051fc5
linked-list: remove unneeded stub dependency
rbasso Nov 7, 2016
c841a39
ocr-numbers: remove unneeded stub dependency
rbasso Nov 7, 2016
ad6fb54
parallel-letter-frequency: remove unneeded stub dependency
rbasso Nov 7, 2016
60a62a9
rna-transcription: remove unneeded stub dependency
rbasso Nov 7, 2016
bffeb85
robot-name: remove unneeded stub dependency
rbasso Nov 7, 2016
1ea4e2b
saddle-points: remove unneeded stub dependency
rbasso Nov 7, 2016
85616b3
say: remove unneeded stub dependency
rbasso Nov 7, 2016
dc3e2ae
scrabble-score: remove unneeded stub dependency
rbasso Nov 7, 2016
584544d
sgf-parsing: remove unneeded stub dependency
rbasso Nov 7, 2016
05d96a4
sieve: remove unneeded stub dependency
rbasso Nov 7, 2016
24788d3
simple-cipher: remove unneeded stub dependency
rbasso Nov 7, 2016
877d9e3
triangle: remove unneeded stub dependency
rbasso Nov 7, 2016
9072b3b
wordy: remove unneeded stub dependency
rbasso Nov 7, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion exercises/alphametics/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- parsec

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/atbash-cipher/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- split

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/bank-account/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- stm

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/connect/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- array

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/crypto-square/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- split

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/food-chain/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- array

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/go-counting/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- array

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/grade-school/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- containers

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/kindergarten-garden/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ library:
# - foo # List here the packages you
# - bar # want to use in your solution.
- containers
- split

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/largest-series-product/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- safe

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/lens-person/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- lens

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/linked-list/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- stm

tests:
test:
Expand Down
2 changes: 0 additions & 2 deletions exercises/ocr-numbers/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- containers
- split

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/parallel-letter-frequency/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- parallel

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/rna-transcription/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- containers

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/robot-name/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- random

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/saddle-points/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- containers

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/say/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- array

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/scrabble-score/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- containers

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/sgf-parsing/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- attoparsec

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/sieve/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- vector

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/simple-cipher/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- random

tests:
test:
Expand Down
1 change: 0 additions & 1 deletion exercises/triangle/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- containers

tests:
test:
Expand Down
2 changes: 0 additions & 2 deletions exercises/wordy/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ library:
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- attoparsec
- text

tests:
test:
Expand Down