Skip to content

Commit 49a2479

Browse files
thalesmgsshine
authored andcommitted
etl: bump version from 1.0.0 to 2.0.1 ( (#866)
It seems that only a version bump is necessary. Latest changes to this problem: - 1.0.0 to 1.0.1, descriptions too long: exercism/problem-specifications#1526 - 1.0.1 to 2.0.0, change input JSON format: exercism/problem-specifications#1536 - 2.0.0 to 2.0.1, capitalize Scrabble: exercism/problem-specifications#1575
1 parent 19f7a52 commit 49a2479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/etl/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: etl
2-
version: 1.0.0.5
2+
version: 2.0.1.6
33

44
dependencies:
55
- base

exercises/etl/test/Tests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ specs =
1515

1616
describe "transform" $ do
1717

18-
it "a single letter" $
18+
it "single letter" $
1919
transform (fromList [(1, "A")])
2020
`shouldBe` fromList [('a', 1)]
2121

0 commit comments

Comments
 (0)