diff --git a/exercises/accumulate/package.yaml b/exercises/accumulate/package.yaml index 80b4314d7..e4b6454bb 100644 --- a/exercises/accumulate/package.yaml +++ b/exercises/accumulate/package.yaml @@ -1,5 +1,5 @@ name: accumulate -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Accumulate source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/acronym/package.yaml b/exercises/acronym/package.yaml index 0e8c3281a..ea4f03129 100644 --- a/exercises/acronym/package.yaml +++ b/exercises/acronym/package.yaml @@ -1,5 +1,5 @@ name: acronym -version: 1.6.0.8 +version: 1.6.0.9 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Acronym source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/all-your-base/package.yaml b/exercises/all-your-base/package.yaml index ff0423018..498059d81 100644 --- a/exercises/all-your-base/package.yaml +++ b/exercises/all-your-base/package.yaml @@ -1,5 +1,5 @@ name: all-your-base -version: 2.3.0.7 +version: 2.3.0.8 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Base source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/allergies/package.yaml b/exercises/allergies/package.yaml index b016d0969..cdcedb07f 100644 --- a/exercises/allergies/package.yaml +++ b/exercises/allergies/package.yaml @@ -1,5 +1,5 @@ name: allergies -version: 1.2.0.6 +version: 1.2.0.7 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Allergies source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/alphametics/package.yaml b/exercises/alphametics/package.yaml index 8136707ff..5d4c4eda2 100644 --- a/exercises/alphametics/package.yaml +++ b/exercises/alphametics/package.yaml @@ -1,5 +1,5 @@ name: alphametics -version: 1.3.0.5 +version: 1.3.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Alphametics source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/anagram/package.yaml b/exercises/anagram/package.yaml index 8fd1f7da5..444104708 100644 --- a/exercises/anagram/package.yaml +++ b/exercises/anagram/package.yaml @@ -1,5 +1,5 @@ name: anagram -version: 1.4.0.7 +version: 1.4.0.8 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Anagram source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/armstrong-numbers/package.yaml b/exercises/armstrong-numbers/package.yaml index 60c0aa1c4..b06930ddf 100644 --- a/exercises/armstrong-numbers/package.yaml +++ b/exercises/armstrong-numbers/package.yaml @@ -1,5 +1,5 @@ name: armstrong-numbers -version: 1.0.0.1 +version: 1.0.0.2 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: ArmstrongNumbers source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/atbash-cipher/package.yaml b/exercises/atbash-cipher/package.yaml index 91bd64c95..1dcd963d7 100644 --- a/exercises/atbash-cipher/package.yaml +++ b/exercises/atbash-cipher/package.yaml @@ -1,5 +1,5 @@ name: atbash-cipher -version: 1.2.0.5 +version: 1.2.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Atbash source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/bank-account/package.yaml b/exercises/bank-account/package.yaml index a5203249b..e93b23216 100644 --- a/exercises/bank-account/package.yaml +++ b/exercises/bank-account/package.yaml @@ -1,5 +1,5 @@ name: bank-account -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: BankAccount source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/beer-song/package.yaml b/exercises/beer-song/package.yaml index 2fa859a07..aa5df6901 100644 --- a/exercises/beer-song/package.yaml +++ b/exercises/beer-song/package.yaml @@ -1,5 +1,5 @@ name: beer-song -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Beer source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/binary-search-tree/package.yaml b/exercises/binary-search-tree/package.yaml index 91f95d72a..150147fab 100644 --- a/exercises/binary-search-tree/package.yaml +++ b/exercises/binary-search-tree/package.yaml @@ -1,5 +1,5 @@ name: binary-search-tree -version: 1.0.0.3 +version: 1.0.0.4 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: BST source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/binary/package.yaml b/exercises/binary/package.yaml index 660359fe2..11e94627a 100644 --- a/exercises/binary/package.yaml +++ b/exercises/binary/package.yaml @@ -1,5 +1,5 @@ name: binary -version: 0.9.0.2 # 2016-07-26 +version: 0.9.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Binary source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/bob/package.yaml b/exercises/bob/package.yaml index 27b8f7bb9..2af1f748b 100644 --- a/exercises/bob/package.yaml +++ b/exercises/bob/package.yaml @@ -1,5 +1,5 @@ name: bob -version: 1.4.0.8 +version: 1.4.0.9 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Bob source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/bowling/package.yaml b/exercises/bowling/package.yaml index e60c95b76..b869f516c 100644 --- a/exercises/bowling/package.yaml +++ b/exercises/bowling/package.yaml @@ -1,5 +1,5 @@ name: bowling -version: 1.2.0.6 +version: 1.2.0.7 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Bowling source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/bracket-push/package.yaml b/exercises/bracket-push/package.yaml index ac80fab4b..b38d019f5 100644 --- a/exercises/bracket-push/package.yaml +++ b/exercises/bracket-push/package.yaml @@ -1,5 +1,5 @@ name: bracket-push -version: 1.5.0.6 +version: 1.5.0.7 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Brackets source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/change/package.yaml b/exercises/change/package.yaml index 21df8919d..5beeac455 100644 --- a/exercises/change/package.yaml +++ b/exercises/change/package.yaml @@ -1,5 +1,5 @@ name: change -version: 1.3.0.6 +version: 1.3.0.7 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Change source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/clock/package.yaml b/exercises/clock/package.yaml index 63b14b95c..729a0f1c9 100644 --- a/exercises/clock/package.yaml +++ b/exercises/clock/package.yaml @@ -1,5 +1,5 @@ name: exercism-clock -version: 2.3.0.7 +version: 2.3.0.8 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Clock source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/collatz-conjecture/package.yaml b/exercises/collatz-conjecture/package.yaml index a0ffc524b..b1e699e5f 100644 --- a/exercises/collatz-conjecture/package.yaml +++ b/exercises/collatz-conjecture/package.yaml @@ -1,5 +1,5 @@ name: collatz-conjecture -version: 1.2.1.3 +version: 1.2.1.4 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: CollatzConjecture source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/complex-numbers/package.yaml b/exercises/complex-numbers/package.yaml index 9ab77ccdc..450aaf5a3 100644 --- a/exercises/complex-numbers/package.yaml +++ b/exercises/complex-numbers/package.yaml @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: ComplexNumbers source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/connect/package.yaml b/exercises/connect/package.yaml index de3347d35..64bcdea2f 100644 --- a/exercises/connect/package.yaml +++ b/exercises/connect/package.yaml @@ -1,5 +1,5 @@ name: connect -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Connect source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/crypto-square/package.yaml b/exercises/crypto-square/package.yaml index f2765769d..baffc1da6 100644 --- a/exercises/crypto-square/package.yaml +++ b/exercises/crypto-square/package.yaml @@ -1,5 +1,5 @@ name: crypto-square -version: 3.2.0.5 +version: 3.2.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: CryptoSquare source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/custom-set/package.yaml b/exercises/custom-set/package.yaml index 024c8e9b8..50b230034 100644 --- a/exercises/custom-set/package.yaml +++ b/exercises/custom-set/package.yaml @@ -1,5 +1,5 @@ name: custom-set -version: 1.3.0.5 +version: 1.3.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: CustomSet source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/diamond/package.yaml b/exercises/diamond/package.yaml index f0799ad1a..8f049c332 100644 --- a/exercises/diamond/package.yaml +++ b/exercises/diamond/package.yaml @@ -1,5 +1,5 @@ name: diamond -version: 1.1.0.3 +version: 1.1.0.4 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Diamond source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/difference-of-squares/package.yaml b/exercises/difference-of-squares/package.yaml index 8fcfd518f..f6ce0a364 100644 --- a/exercises/difference-of-squares/package.yaml +++ b/exercises/difference-of-squares/package.yaml @@ -1,5 +1,5 @@ name: difference-of-squares -version: 1.2.0.6 +version: 1.2.0.7 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Squares source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/dominoes/package.yaml b/exercises/dominoes/package.yaml index c4b1e62cc..f91b23437 100644 --- a/exercises/dominoes/package.yaml +++ b/exercises/dominoes/package.yaml @@ -1,5 +1,5 @@ name: dominoes -version: 2.1.0.6 +version: 2.1.0.7 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Dominoes source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/etl/package.yaml b/exercises/etl/package.yaml index 340afccf5..3802d0f29 100644 --- a/exercises/etl/package.yaml +++ b/exercises/etl/package.yaml @@ -1,5 +1,5 @@ name: etl -version: 1.0.0.3 +version: 1.0.0.4 dependencies: - base @@ -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. diff --git a/exercises/food-chain/package.yaml b/exercises/food-chain/package.yaml index 55ce1d55a..dfa276039 100644 --- a/exercises/food-chain/package.yaml +++ b/exercises/food-chain/package.yaml @@ -1,5 +1,5 @@ name: food-chain -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: FoodChain source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/forth/package.yaml b/exercises/forth/package.yaml index 345d1ff88..92eea9580 100644 --- a/exercises/forth/package.yaml +++ b/exercises/forth/package.yaml @@ -1,5 +1,5 @@ name: forth -version: 1.7.0.10 +version: 1.7.0.11 dependencies: - base @@ -8,6 +8,7 @@ dependencies: library: exposed-modules: Forth source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/gigasecond/package.yaml b/exercises/gigasecond/package.yaml index f9e1e1a39..29b854ab4 100644 --- a/exercises/gigasecond/package.yaml +++ b/exercises/gigasecond/package.yaml @@ -1,5 +1,5 @@ name: gigasecond -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -8,6 +8,7 @@ dependencies: library: exposed-modules: Gigasecond source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/go-counting/package.yaml b/exercises/go-counting/package.yaml index ec8710aab..17182f707 100644 --- a/exercises/go-counting/package.yaml +++ b/exercises/go-counting/package.yaml @@ -1,5 +1,5 @@ name: go-counting -version: 1.0.0.3 +version: 1.0.0.4 dependencies: - base @@ -8,6 +8,7 @@ dependencies: library: exposed-modules: Counting source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/grade-school/package.yaml b/exercises/grade-school/package.yaml index 31ee89f68..fc91f79e5 100644 --- a/exercises/grade-school/package.yaml +++ b/exercises/grade-school/package.yaml @@ -1,5 +1,5 @@ name: grade-school -version: 1.0.0.3 +version: 1.0.0.4 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: School source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/grains/package.yaml b/exercises/grains/package.yaml index a08358b57..dee823735 100644 --- a/exercises/grains/package.yaml +++ b/exercises/grains/package.yaml @@ -1,5 +1,5 @@ name: grains -version: 1.2.0.5 +version: 1.2.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Grains source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/hamming/package.yaml b/exercises/hamming/package.yaml index 57be0a5cd..c2e6b399f 100644 --- a/exercises/hamming/package.yaml +++ b/exercises/hamming/package.yaml @@ -1,5 +1,5 @@ name: hamming -version: 2.1.1.7 +version: 2.1.1.8 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Hamming source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/hello-world/package.yaml b/exercises/hello-world/package.yaml index 8a1883b1b..20feca01a 100644 --- a/exercises/hello-world/package.yaml +++ b/exercises/hello-world/package.yaml @@ -1,5 +1,5 @@ name: hello-world -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: HelloWorld source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/hexadecimal/package.yaml b/exercises/hexadecimal/package.yaml index dedd2b170..c919c53a6 100644 --- a/exercises/hexadecimal/package.yaml +++ b/exercises/hexadecimal/package.yaml @@ -1,5 +1,5 @@ name: hexadecimal -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Hexadecimal source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/house/package.yaml b/exercises/house/package.yaml index ac9da11dd..0e1532b29 100644 --- a/exercises/house/package.yaml +++ b/exercises/house/package.yaml @@ -1,5 +1,5 @@ name: house -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: House source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/isbn-verifier/package.yaml b/exercises/isbn-verifier/package.yaml index 6cdcd8e39..63c9ef397 100644 --- a/exercises/isbn-verifier/package.yaml +++ b/exercises/isbn-verifier/package.yaml @@ -1,5 +1,5 @@ name: isbn-verifier -version: 2.7.0.8 +version: 2.7.0.9 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: IsbnVerifier source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/isogram/package.yaml b/exercises/isogram/package.yaml index 7011b87a3..09bec3de0 100644 --- a/exercises/isogram/package.yaml +++ b/exercises/isogram/package.yaml @@ -1,5 +1,5 @@ name: isogram -version: 1.7.0.6 +version: 1.7.0.7 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Isogram source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/kindergarten-garden/package.yaml b/exercises/kindergarten-garden/package.yaml index 0ea674d23..1c62e553c 100644 --- a/exercises/kindergarten-garden/package.yaml +++ b/exercises/kindergarten-garden/package.yaml @@ -1,5 +1,5 @@ name: kindergarten-garden -version: 1.1.1.7 +version: 1.1.1.8 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Garden source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/largest-series-product/package.yaml b/exercises/largest-series-product/package.yaml index bafb9b862..b4d71c555 100644 --- a/exercises/largest-series-product/package.yaml +++ b/exercises/largest-series-product/package.yaml @@ -1,5 +1,5 @@ name: largest-series-product -version: 1.2.0.5 +version: 1.2.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Series source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/leap/package.yaml b/exercises/leap/package.yaml index 0c4973d8b..5901f385c 100644 --- a/exercises/leap/package.yaml +++ b/exercises/leap/package.yaml @@ -1,5 +1,5 @@ name: leap -version: 1.4.0.7 +version: 1.4.0.8 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: LeapYear source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/lens-person/package.yaml b/exercises/lens-person/package.yaml index ef1ea8df0..dc8e86b22 100644 --- a/exercises/lens-person/package.yaml +++ b/exercises/lens-person/package.yaml @@ -1,5 +1,5 @@ name: lens-person -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -8,6 +8,7 @@ dependencies: library: exposed-modules: Person source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/linked-list/package.yaml b/exercises/linked-list/package.yaml index 7140daf32..0eba2e431 100644 --- a/exercises/linked-list/package.yaml +++ b/exercises/linked-list/package.yaml @@ -1,5 +1,5 @@ name: linked-list -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Deque source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/list-ops/package.yaml b/exercises/list-ops/package.yaml index 6242209bd..7f0f3693e 100644 --- a/exercises/list-ops/package.yaml +++ b/exercises/list-ops/package.yaml @@ -1,5 +1,5 @@ name: list-ops -version: 2.3.0.6 +version: 2.3.0.7 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: ListOps source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/luhn/package.yaml b/exercises/luhn/package.yaml index d75bb5457..d32ec2e41 100644 --- a/exercises/luhn/package.yaml +++ b/exercises/luhn/package.yaml @@ -1,5 +1,5 @@ name: luhn -version: 1.3.0.5 +version: 1.3.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Luhn source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/matrix/package.yaml b/exercises/matrix/package.yaml index 5c9c22436..0328e4a77 100644 --- a/exercises/matrix/package.yaml +++ b/exercises/matrix/package.yaml @@ -1,5 +1,5 @@ name: matrix -version: 1.0.0.5 +version: 1.0.0.6 dependencies: - base @@ -8,6 +8,7 @@ dependencies: library: exposed-modules: Matrix source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/meetup/package.yaml b/exercises/meetup/package.yaml index 61dd27a9c..e5db2ab4d 100644 --- a/exercises/meetup/package.yaml +++ b/exercises/meetup/package.yaml @@ -1,5 +1,5 @@ name: meetup -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -8,6 +8,7 @@ dependencies: library: exposed-modules: Meetup source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/minesweeper/package.yaml b/exercises/minesweeper/package.yaml index af81d5292..deb4ac9c9 100644 --- a/exercises/minesweeper/package.yaml +++ b/exercises/minesweeper/package.yaml @@ -1,5 +1,5 @@ name: minesweeper -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Minesweeper source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/nth-prime/package.yaml b/exercises/nth-prime/package.yaml index 75e4882ef..b3e2babe8 100644 --- a/exercises/nth-prime/package.yaml +++ b/exercises/nth-prime/package.yaml @@ -1,5 +1,5 @@ name: nth-prime -version: 2.1.0.5 +version: 2.1.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Prime source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/nucleotide-count/package.yaml b/exercises/nucleotide-count/package.yaml index 3de1f22a5..750693a4d 100644 --- a/exercises/nucleotide-count/package.yaml +++ b/exercises/nucleotide-count/package.yaml @@ -1,5 +1,5 @@ name: nucleotide-count -version: 1.3.0.6 +version: 1.3.0.7 dependencies: - base @@ -8,6 +8,7 @@ dependencies: library: exposed-modules: DNA source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/ocr-numbers/package.yaml b/exercises/ocr-numbers/package.yaml index 8bcaa7356..242acfb8d 100644 --- a/exercises/ocr-numbers/package.yaml +++ b/exercises/ocr-numbers/package.yaml @@ -1,5 +1,5 @@ name: ocr-numbers -version: 1.2.0.5 +version: 1.2.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: OCR source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/octal/package.yaml b/exercises/octal/package.yaml index 0dca91905..a8266b8d5 100644 --- a/exercises/octal/package.yaml +++ b/exercises/octal/package.yaml @@ -1,5 +1,5 @@ name: octal -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Octal source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/palindrome-products/package.yaml b/exercises/palindrome-products/package.yaml index 4a3b09506..e1ecfb18a 100644 --- a/exercises/palindrome-products/package.yaml +++ b/exercises/palindrome-products/package.yaml @@ -1,5 +1,5 @@ name: palindrome-products -version: 1.1.0.3 +version: 1.1.0.4 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Palindromes source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/pangram/package.yaml b/exercises/pangram/package.yaml index daeb1e81f..75c3bb83c 100644 --- a/exercises/pangram/package.yaml +++ b/exercises/pangram/package.yaml @@ -1,5 +1,5 @@ name: pangram -version: 1.4.1.7 +version: 1.4.1.8 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Pangram source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/parallel-letter-frequency/package.yaml b/exercises/parallel-letter-frequency/package.yaml index 716479a88..7287f1b8c 100644 --- a/exercises/parallel-letter-frequency/package.yaml +++ b/exercises/parallel-letter-frequency/package.yaml @@ -1,5 +1,5 @@ name: parallel-letter-frequency -version: 0.1.0.3 +version: 0.1.0.4 dependencies: - base @@ -9,6 +9,7 @@ dependencies: library: exposed-modules: Frequency source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/pascals-triangle/package.yaml b/exercises/pascals-triangle/package.yaml index e7291fb2b..58a2a379f 100644 --- a/exercises/pascals-triangle/package.yaml +++ b/exercises/pascals-triangle/package.yaml @@ -1,5 +1,5 @@ name: pascals-triangle -version: 1.5.0.8 +version: 1.5.0.9 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Triangle source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/perfect-numbers/package.yaml b/exercises/perfect-numbers/package.yaml index 714c33441..a2d5a7c89 100644 --- a/exercises/perfect-numbers/package.yaml +++ b/exercises/perfect-numbers/package.yaml @@ -1,5 +1,5 @@ name: perfect-numbers -version: 1.1.0.3 +version: 1.1.0.4 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: PerfectNumbers source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/phone-number/package.yaml b/exercises/phone-number/package.yaml index 172d1df20..16fb9f86f 100644 --- a/exercises/phone-number/package.yaml +++ b/exercises/phone-number/package.yaml @@ -1,5 +1,5 @@ name: phone-number -version: 1.6.1.7 +version: 1.6.1.8 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Phone source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/pig-latin/package.yaml b/exercises/pig-latin/package.yaml index db6c4a932..1eaa8e913 100644 --- a/exercises/pig-latin/package.yaml +++ b/exercises/pig-latin/package.yaml @@ -1,5 +1,5 @@ name: pig-latin -version: 1.2.0.5 +version: 1.2.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: PigLatin source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/poker/package.yaml b/exercises/poker/package.yaml index 55605f904..a063f68c9 100644 --- a/exercises/poker/package.yaml +++ b/exercises/poker/package.yaml @@ -1,5 +1,5 @@ name: poker -version: 1.1.0.1 +version: 1.1.0.2 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Poker source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/pov/package.yaml b/exercises/pov/package.yaml index 7bc00e74a..6de9627b6 100644 --- a/exercises/pov/package.yaml +++ b/exercises/pov/package.yaml @@ -1,5 +1,5 @@ name: pov -version: 1.3.0.6 +version: 1.3.0.7 dependencies: - base @@ -8,6 +8,7 @@ dependencies: library: exposed-modules: POV source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/prime-factors/package.yaml b/exercises/prime-factors/package.yaml index d4e60bf59..b03533a7d 100644 --- a/exercises/prime-factors/package.yaml +++ b/exercises/prime-factors/package.yaml @@ -1,5 +1,5 @@ name: prime-factors -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: PrimeFactors source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/protein-translation/package.yaml b/exercises/protein-translation/package.yaml index 7e58d8819..fa3ff3fe8 100644 --- a/exercises/protein-translation/package.yaml +++ b/exercises/protein-translation/package.yaml @@ -1,5 +1,5 @@ name: protein-translation -version: 1.1.1.2 +version: 1.1.1.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: ProteinTranslation source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/proverb/package.yaml b/exercises/proverb/package.yaml index db19d19cd..26c918e56 100644 --- a/exercises/proverb/package.yaml +++ b/exercises/proverb/package.yaml @@ -1,5 +1,5 @@ name: proverb -version: 1.1.0.1 +version: 1.1.0.2 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Proverb source-dirs: src + ghc-options: -Wall tests: test: diff --git a/exercises/pythagorean-triplet/package.yaml b/exercises/pythagorean-triplet/package.yaml index f55399b26..bee53dcaa 100644 --- a/exercises/pythagorean-triplet/package.yaml +++ b/exercises/pythagorean-triplet/package.yaml @@ -1,5 +1,5 @@ name: pythagorean-triplet -version: 1.0.0.3 +version: 1.0.0.4 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Triplet source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/queen-attack/package.yaml b/exercises/queen-attack/package.yaml index 398d2a60b..cb85d2187 100644 --- a/exercises/queen-attack/package.yaml +++ b/exercises/queen-attack/package.yaml @@ -1,5 +1,5 @@ name: queen-attack -version: 2.2.0.6 +version: 2.2.0.7 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Queens source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/rail-fence-cipher/package.yaml b/exercises/rail-fence-cipher/package.yaml index fde53cb6f..4dd2f2819 100644 --- a/exercises/rail-fence-cipher/package.yaml +++ b/exercises/rail-fence-cipher/package.yaml @@ -1,5 +1,5 @@ name: rail-fence-cipher -version: 1.1.0.3 +version: 1.1.0.4 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: RailFenceCipher source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/raindrops/package.yaml b/exercises/raindrops/package.yaml index f6af266db..795a50604 100644 --- a/exercises/raindrops/package.yaml +++ b/exercises/raindrops/package.yaml @@ -1,5 +1,5 @@ name: raindrops -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Raindrops source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/rna-transcription/package.yaml b/exercises/rna-transcription/package.yaml index 303311536..d56ebb689 100644 --- a/exercises/rna-transcription/package.yaml +++ b/exercises/rna-transcription/package.yaml @@ -1,5 +1,5 @@ name: rna-transcription -version: 1.3.0.9 +version: 1.3.0.10 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: DNA source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/robot-name/package.yaml b/exercises/robot-name/package.yaml index edba02256..ddedd512a 100644 --- a/exercises/robot-name/package.yaml +++ b/exercises/robot-name/package.yaml @@ -1,5 +1,5 @@ name: robot-name -version: 0.1.0.3 +version: 0.1.0.4 dependencies: - base @@ -8,6 +8,7 @@ dependencies: library: exposed-modules: Robot source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/robot-simulator/package.yaml b/exercises/robot-simulator/package.yaml index a9376c029..70f258bd5 100644 --- a/exercises/robot-simulator/package.yaml +++ b/exercises/robot-simulator/package.yaml @@ -1,5 +1,5 @@ name: robot-simulator -version: 3.1.0.6 +version: 3.1.0.7 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Robot source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/roman-numerals/package.yaml b/exercises/roman-numerals/package.yaml index 41b704285..521b42c60 100644 --- a/exercises/roman-numerals/package.yaml +++ b/exercises/roman-numerals/package.yaml @@ -1,5 +1,5 @@ name: roman-numerals -version: 1.2.0.5 +version: 1.2.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Roman source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/rotational-cipher/package.yaml b/exercises/rotational-cipher/package.yaml index 8a200677f..17f5f4b82 100644 --- a/exercises/rotational-cipher/package.yaml +++ b/exercises/rotational-cipher/package.yaml @@ -1,5 +1,5 @@ name: rotational-cipher -version: 1.2.0.2 +version: 1.2.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: RotationalCipher source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/run-length-encoding/package.yaml b/exercises/run-length-encoding/package.yaml index 29094fe54..e22bf80fb 100644 --- a/exercises/run-length-encoding/package.yaml +++ b/exercises/run-length-encoding/package.yaml @@ -1,5 +1,5 @@ name: run-length-encoding -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: RunLength source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/saddle-points/package.yaml b/exercises/saddle-points/package.yaml index 09f1a348b..0a7041a33 100644 --- a/exercises/saddle-points/package.yaml +++ b/exercises/saddle-points/package.yaml @@ -1,5 +1,5 @@ name: saddle-points -version: 1.3.0.6 +version: 1.3.0.7 dependencies: - array @@ -8,6 +8,7 @@ dependencies: library: exposed-modules: Matrix source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/say/package.yaml b/exercises/say/package.yaml index bb5d94ddd..9c8245580 100644 --- a/exercises/say/package.yaml +++ b/exercises/say/package.yaml @@ -1,5 +1,5 @@ name: say -version: 1.2.0.5 +version: 1.2.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Say source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/scrabble-score/package.yaml b/exercises/scrabble-score/package.yaml index a31dfef31..377e9faba 100644 --- a/exercises/scrabble-score/package.yaml +++ b/exercises/scrabble-score/package.yaml @@ -1,5 +1,5 @@ name: scrabble-score -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Scrabble source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/secret-handshake/package.yaml b/exercises/secret-handshake/package.yaml index fcd716fee..ea516f79d 100644 --- a/exercises/secret-handshake/package.yaml +++ b/exercises/secret-handshake/package.yaml @@ -1,5 +1,5 @@ name: secret-handshake -version: 1.2.0.5 +version: 1.2.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: SecretHandshake source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/series/package.yaml b/exercises/series/package.yaml index c4ee63ab8..e4a315bdc 100644 --- a/exercises/series/package.yaml +++ b/exercises/series/package.yaml @@ -1,5 +1,5 @@ name: series -version: 1.0.0.3 +version: 1.0.0.4 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Series source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/sgf-parsing/package.yaml b/exercises/sgf-parsing/package.yaml index f60bcbcc2..69a46f997 100644 --- a/exercises/sgf-parsing/package.yaml +++ b/exercises/sgf-parsing/package.yaml @@ -1,5 +1,5 @@ name: sgf-parsing -version: 1.0.0.3 +version: 1.0.0.4 dependencies: - base @@ -9,6 +9,7 @@ dependencies: library: exposed-modules: Sgf source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/sieve/package.yaml b/exercises/sieve/package.yaml index f192c392f..5d7329357 100644 --- a/exercises/sieve/package.yaml +++ b/exercises/sieve/package.yaml @@ -1,5 +1,5 @@ name: sieve -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Sieve source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/simple-cipher/package.yaml b/exercises/simple-cipher/package.yaml index 7f299459e..c7ce9d27a 100644 --- a/exercises/simple-cipher/package.yaml +++ b/exercises/simple-cipher/package.yaml @@ -1,5 +1,5 @@ name: simple-cipher -version: 1.2.0.4 +version: 1.2.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Cipher source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/simple-linked-list/package.yaml b/exercises/simple-linked-list/package.yaml index 5282e36db..1f2d2554b 100644 --- a/exercises/simple-linked-list/package.yaml +++ b/exercises/simple-linked-list/package.yaml @@ -1,5 +1,5 @@ name: simple-linked-list -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: LinkedList source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/space-age/package.yaml b/exercises/space-age/package.yaml index b4d42e459..b5ae5ab0b 100644 --- a/exercises/space-age/package.yaml +++ b/exercises/space-age/package.yaml @@ -1,5 +1,5 @@ name: space-age -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: SpaceAge source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/spiral-matrix/package.yaml b/exercises/spiral-matrix/package.yaml index 2bcd157bf..f0d74845a 100644 --- a/exercises/spiral-matrix/package.yaml +++ b/exercises/spiral-matrix/package.yaml @@ -1,5 +1,5 @@ name: spiral-matrix -version: 1.1.0.2 +version: 1.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Spiral source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/strain/package.yaml b/exercises/strain/package.yaml index 18ffe5bc5..3010b492d 100644 --- a/exercises/strain/package.yaml +++ b/exercises/strain/package.yaml @@ -1,5 +1,5 @@ name: strain -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Strain source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/sublist/package.yaml b/exercises/sublist/package.yaml index df4ec8bdf..5055194a9 100644 --- a/exercises/sublist/package.yaml +++ b/exercises/sublist/package.yaml @@ -1,5 +1,5 @@ name: sublist -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Sublist source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/sum-of-multiples/package.yaml b/exercises/sum-of-multiples/package.yaml index 2d114e7f6..1ed174860 100644 --- a/exercises/sum-of-multiples/package.yaml +++ b/exercises/sum-of-multiples/package.yaml @@ -1,5 +1,5 @@ name: sum-of-multiples -version: 1.5.0.9 +version: 1.5.0.10 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: SumOfMultiples source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/transpose/package.yaml b/exercises/transpose/package.yaml index 7c14f49d7..b06188110 100644 --- a/exercises/transpose/package.yaml +++ b/exercises/transpose/package.yaml @@ -1,5 +1,5 @@ name: transpose -version: 1.1.0.1 +version: 1.1.0.2 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Transpose source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/triangle/package.yaml b/exercises/triangle/package.yaml index 3f39c396f..73d1e2cd0 100644 --- a/exercises/triangle/package.yaml +++ b/exercises/triangle/package.yaml @@ -1,5 +1,5 @@ name: triangle -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Triangle source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/trinary/package.yaml b/exercises/trinary/package.yaml index ed99262b6..1d0d1d997 100644 --- a/exercises/trinary/package.yaml +++ b/exercises/trinary/package.yaml @@ -1,5 +1,5 @@ name: trinary -version: 0.1.0.2 +version: 0.1.0.3 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Trinary source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/twelve-days/package.yaml b/exercises/twelve-days/package.yaml index 7af6b74e9..5e9e27250 100644 --- a/exercises/twelve-days/package.yaml +++ b/exercises/twelve-days/package.yaml @@ -1,5 +1,5 @@ name: twelve-days -version: 1.2.0.3 +version: 1.2.0.4 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: TwelveDays source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/word-count/package.yaml b/exercises/word-count/package.yaml index 71dae0ee9..b16131eff 100644 --- a/exercises/word-count/package.yaml +++ b/exercises/word-count/package.yaml @@ -1,5 +1,5 @@ name: word-count -version: 1.2.0.5 +version: 1.2.0.6 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: WordCount source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/wordy/package.yaml b/exercises/wordy/package.yaml index efd70bbbe..983d0c1a4 100644 --- a/exercises/wordy/package.yaml +++ b/exercises/wordy/package.yaml @@ -1,5 +1,5 @@ name: wordy -version: 1.4.0.6 +version: 1.4.0.7 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: WordProblem source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/zebra-puzzle/package.yaml b/exercises/zebra-puzzle/package.yaml index 49d2203a2..0ff0dd454 100644 --- a/exercises/zebra-puzzle/package.yaml +++ b/exercises/zebra-puzzle/package.yaml @@ -1,5 +1,5 @@ name: zebra-puzzle -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: ZebraPuzzle source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution. diff --git a/exercises/zipper/package.yaml b/exercises/zipper/package.yaml index ae585d5ca..b2f763f2c 100644 --- a/exercises/zipper/package.yaml +++ b/exercises/zipper/package.yaml @@ -1,5 +1,5 @@ name: zipper -version: 1.1.0.4 +version: 1.1.0.5 dependencies: - base @@ -7,6 +7,7 @@ dependencies: library: exposed-modules: Zipper source-dirs: src + ghc-options: -Wall # dependencies: # - foo # List here the packages you # - bar # want to use in your solution.