diff options
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r-- | compiler/package.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml index 253f16a..9266466 100644 --- a/compiler/package.yaml +++ b/compiler/package.yaml | |||
@@ -16,16 +16,16 @@ description: Please see the README on GitHub at <https://github.com/paci | |||
16 | 16 | ||
17 | dependencies: | 17 | dependencies: |
18 | - base >= 4.7 && < 5 | 18 | - base >= 4.7 && < 5 |
19 | - text | 19 | #- text |
20 | - containers | 20 | - containers |
21 | - optparse-applicative | ||
22 | - cmdargs | ||
23 | - filepath | 21 | - filepath |
24 | - directory | 22 | - directory |
25 | - directory-tree | ||
26 | - aeson | 23 | - aeson |
27 | - yaml | 24 | - yaml |
28 | - JuicyPixels | 25 | #- optparse-applicative |
26 | #- cmdargs | ||
27 | #- JuicyPixels | ||
28 | #- JuicyPixels-extra | ||
29 | 29 | ||
30 | library: | 30 | library: |
31 | source-dirs: src | 31 | source-dirs: src |