diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/package.yaml b/package.yaml index 9f83342..03b080e 100644 --- a/package.yaml +++ b/package.yaml @@ -11,7 +11,7 @@ extra-source-files: data-files: - config -- std.bruijn +- std/* # Metadata used when publishing your package # synopsis: Short description of your package @@ -27,14 +27,15 @@ default-extensions: dependencies: - base >= 4.7 && < 5 -- mtl -- haskeline -- megaparsec +- binary +- bitstring +- bytestring - containers - directory -- bytestring -- bitstring -- binary +- filepath +- haskeline +- megaparsec +- mtl library: source-dirs: src |