diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml new file mode 100644 index 0000000..b0752ee --- /dev/null +++ b/package.yaml @@ -0,0 +1,15 @@ +name: dedumi + +dependencies: + - base + - zlib + - microlens-platform + - bytestring + - streamly-bytestring + - streamly + - streamly-core + - streamly-archive + +executables: + dedumi: + main: dedumi.hs |