Skip to content

Commit

Permalink
Removed unnessecary indentations package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaffenheimer authored Feb 18, 2024
1 parent fc5fa5b commit cc9fbc3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions exercises/practice/yacht/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ 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 cc9fbc3

Please sign in to comment.