diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 567249c..9f83342 100644 --- a/package.yaml +++ b/package.yaml @@ -11,6 +11,7 @@ extra-source-files: data-files: - config +- std.bruijn # Metadata used when publishing your package # synopsis: Short description of your package @@ -30,8 +31,10 @@ dependencies: - haskeline - megaparsec - containers +- directory - bytestring - bitstring +- binary library: source-dirs: src |