Skip to content

Commit 1b73eaa

Browse files
authored
Merge pull request #773 from sshine/Wall
Add -Wall to all package.yaml
2 parents c7cfa18 + e92c706 commit 1b73eaa

File tree

96 files changed

+191
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+191
-95
lines changed

exercises/accumulate/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: accumulate
2-
version: 0.1.0.2
2+
version: 0.1.0.3
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Accumulate
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/acronym/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: acronym
2-
version: 1.6.0.8
2+
version: 1.6.0.9
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Acronym
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/all-your-base/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: all-your-base
2-
version: 2.3.0.7
2+
version: 2.3.0.8
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Base
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/allergies/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: allergies
2-
version: 1.2.0.6
2+
version: 1.2.0.7
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Allergies
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/alphametics/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: alphametics
2-
version: 1.3.0.5
2+
version: 1.3.0.6
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Alphametics
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/anagram/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: anagram
2-
version: 1.4.0.7
2+
version: 1.4.0.8
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Anagram
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/armstrong-numbers/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: armstrong-numbers
2-
version: 1.0.0.1
2+
version: 1.0.0.2
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: ArmstrongNumbers
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/atbash-cipher/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: atbash-cipher
2-
version: 1.2.0.5
2+
version: 1.2.0.6
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Atbash
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/bank-account/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: bank-account
2-
version: 0.1.0.2
2+
version: 0.1.0.3
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: BankAccount
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/beer-song/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: beer-song
2-
version: 0.1.0.2
2+
version: 0.1.0.3
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Beer
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/binary-search-tree/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: binary-search-tree
2-
version: 1.0.0.3
2+
version: 1.0.0.4
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: BST
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/binary/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: binary
2-
version: 0.9.0.2 # 2016-07-26
2+
version: 0.9.0.3
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Binary
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/bob/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: bob
2-
version: 1.4.0.8
2+
version: 1.4.0.9
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Bob
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/bowling/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: bowling
2-
version: 1.2.0.6
2+
version: 1.2.0.7
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Bowling
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/bracket-push/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: bracket-push
2-
version: 1.5.0.6
2+
version: 1.5.0.7
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Brackets
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/change/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: change
2-
version: 1.3.0.6
2+
version: 1.3.0.7
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Change
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/clock/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: exercism-clock
2-
version: 2.3.0.7
2+
version: 2.3.0.8
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Clock
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/collatz-conjecture/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: collatz-conjecture
2-
version: 1.2.1.3
2+
version: 1.2.1.4
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: CollatzConjecture
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/complex-numbers/package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
library:
88
exposed-modules: ComplexNumbers
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/connect/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: connect
2-
version: 1.1.0.4
2+
version: 1.1.0.5
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Connect
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/crypto-square/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: crypto-square
2-
version: 3.2.0.5
2+
version: 3.2.0.6
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: CryptoSquare
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/custom-set/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: custom-set
2-
version: 1.3.0.5
2+
version: 1.3.0.6
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: CustomSet
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/diamond/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: diamond
2-
version: 1.1.0.3
2+
version: 1.1.0.4
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Diamond
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/difference-of-squares/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: difference-of-squares
2-
version: 1.2.0.6
2+
version: 1.2.0.7
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Squares
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/dominoes/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: dominoes
2-
version: 2.1.0.6
2+
version: 2.1.0.7
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: Dominoes
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

exercises/etl/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: etl
2-
version: 1.0.0.3
2+
version: 1.0.0.4
33

44
dependencies:
55
- base
@@ -8,6 +8,7 @@ dependencies:
88
library:
99
exposed-modules: ETL
1010
source-dirs: src
11+
ghc-options: -Wall
1112
# dependencies:
1213
# - foo # List here the packages you
1314
# - bar # want to use in your solution.

exercises/food-chain/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: food-chain
2-
version: 0.1.0.2
2+
version: 0.1.0.3
33

44
dependencies:
55
- base
66

77
library:
88
exposed-modules: FoodChain
99
source-dirs: src
10+
ghc-options: -Wall
1011
# dependencies:
1112
# - foo # List here the packages you
1213
# - bar # want to use in your solution.

0 commit comments

Comments
 (0)