Skip to content

Commit

Permalink
Fixed indentation error in yacht/package.yaml which made the tests no…
Browse files Browse the repository at this point in the history
…t run on the website
  • Loading branch information
Jaffenheimer committed Feb 17, 2024
1 parent 3932dd3 commit fc5fa5b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions exercises/practice/yacht/package.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: yacht
version: 1.2.0.0
name: yacht
version: 1.2.0.0

dependencies:
- base
- base

library:
exposed-modules: Yacht
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
exposed-modules: Yacht
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.

tests:
test:
main: Tests.hs
source-dirs: test
dependencies:
- yacht
- hspec
test:
main: Tests.hs
source-dirs: test
dependencies:
- yacht
- hspec

0 comments on commit fc5fa5b

Please sign in to comment.