tracks/haskell/exercises/bank-account/package.yaml in trackler-2.0.0.3 vs tracks/haskell/exercises/bank-account/package.yaml in trackler-2.0.0.4
- old
+ new
@@ -7,10 +7,9 @@
exposed-modules: BankAccount
source-dirs: src
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- - stm
tests:
test:
main: Tests.hs
source-dirs: test