Skip to content

Commit

Permalink
Add common dependencies (#32)
Browse files Browse the repository at this point in the history
This PR pre-loads the following dependencies:

- QuickCheck
- lens
- parallel
- vector
- split
- random
- string-conversions
  • Loading branch information
ErikSchierboom authored Nov 25, 2021
1 parent 73a8682 commit a7a6fa4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pre-compiled/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ library:
exposed-modules: LeapYear
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
dependencies:
- QuickCheck
- lens
- parallel
- vector
- split
- random
- string-conversions

tests:
test:
Expand Down

0 comments on commit a7a6fa4

Please sign in to comment.