Skip to content
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

Add -Wall to all package.yaml #773

Merged
merged 3 commits into from
Nov 22, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
3 changes: 2 additions & 1 deletion exercises/accumulate/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: accumulate
version: 0.1.0.2
version: 0.1.0.3

dependencies:
- base

library:
exposed-modules: Accumulate
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/acronym/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: acronym
version: 1.6.0.8
version: 1.6.0.9

dependencies:
- base

library:
exposed-modules: Acronym
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/all-your-base/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: all-your-base
version: 2.3.0.7
version: 2.3.0.8

dependencies:
- base

library:
exposed-modules: Base
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/allergies/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: allergies
version: 1.2.0.6
version: 1.2.0.7

dependencies:
- base

library:
exposed-modules: Allergies
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/alphametics/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: alphametics
version: 1.3.0.5
version: 1.3.0.6

dependencies:
- base

library:
exposed-modules: Alphametics
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/anagram/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: anagram
version: 1.4.0.7
version: 1.4.0.8

dependencies:
- base

library:
exposed-modules: Anagram
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/armstrong-numbers/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: armstrong-numbers
version: 1.0.0.1
version: 1.0.0.2

dependencies:
- base

library:
exposed-modules: ArmstrongNumbers
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/atbash-cipher/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: atbash-cipher
version: 1.2.0.5
version: 1.2.0.6

dependencies:
- base

library:
exposed-modules: Atbash
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/bank-account/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: bank-account
version: 0.1.0.2
version: 0.1.0.3

dependencies:
- base

library:
exposed-modules: BankAccount
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/beer-song/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: beer-song
version: 0.1.0.2
version: 0.1.0.3

dependencies:
- base

library:
exposed-modules: Beer
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/binary-search-tree/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: binary-search-tree
version: 1.0.0.3
version: 1.0.0.4

dependencies:
- base

library:
exposed-modules: BST
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/binary/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: binary
version: 0.9.0.2 # 2016-07-26
version: 0.9.0.3
sshine marked this conversation as resolved.
Show resolved Hide resolved

dependencies:
- base

library:
exposed-modules: Binary
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/bob/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: bob
version: 1.4.0.8
version: 1.4.0.9

dependencies:
- base

library:
exposed-modules: Bob
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/bowling/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: bowling
version: 1.2.0.6
version: 1.2.0.7

dependencies:
- base

library:
exposed-modules: Bowling
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/bracket-push/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: bracket-push
version: 1.5.0.6
version: 1.5.0.7

dependencies:
- base

library:
exposed-modules: Brackets
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/change/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: change
version: 1.3.0.6
version: 1.3.0.7

dependencies:
- base

library:
exposed-modules: Change
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/clock/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: exercism-clock
version: 2.3.0.7
version: 2.3.0.8

dependencies:
- base

library:
exposed-modules: Clock
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/collatz-conjecture/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: collatz-conjecture
version: 1.2.1.3
version: 1.2.1.4

dependencies:
- base

library:
exposed-modules: CollatzConjecture
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/complex-numbers/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: complex-numbers
version: 1.3.0.4
version: 1.3.0.5

dependencies:
- base

library:
exposed-modules: ComplexNumbers
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/connect/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: connect
version: 1.1.0.4
version: 1.1.0.5

dependencies:
- base

library:
exposed-modules: Connect
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/crypto-square/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: crypto-square
version: 3.2.0.5
version: 3.2.0.6

dependencies:
- base

library:
exposed-modules: CryptoSquare
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/custom-set/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: custom-set
version: 1.3.0.5
version: 1.3.0.6

dependencies:
- base

library:
exposed-modules: CustomSet
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/diamond/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: diamond
version: 1.1.0.3
version: 1.1.0.4

dependencies:
- base

library:
exposed-modules: Diamond
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/difference-of-squares/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: difference-of-squares
version: 1.2.0.6
version: 1.2.0.7

dependencies:
- base

library:
exposed-modules: Squares
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/dominoes/package.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: dominoes
version: 2.1.0.6
version: 2.1.0.7

dependencies:
- base

library:
exposed-modules: Dominoes
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
3 changes: 2 additions & 1 deletion exercises/etl/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: etl
version: 1.0.0.3
version: 1.0.0.4

dependencies:
- base
Expand All @@ -8,6 +8,7 @@ dependencies:
library:
exposed-modules: ETL
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
Expand Down
Loading