diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2023-07-22 21:17:15 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-07-22 21:17:15 +0200 |
commit | b5e131f3aefc3ac3d498991e57aa05cffd955044 (patch) | |
tree | df876dab4f31f8ae2c9a70ce8815dd8a6d2a8f3b /package.yaml | |
parent | a8f5ead1ca1f3cd9e0d8e4de3b0e4e5193627e98 (diff) | |
download | fastbangs-b5e131f3aefc3ac3d498991e57aa05cffd955044.tar fastbangs-b5e131f3aefc3ac3d498991e57aa05cffd955044.tar.bz2 fastbangs-b5e131f3aefc3ac3d498991e57aa05cffd955044.tar.zst |
different parser for duckduckgo's bang format, and our own
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 0c3b4eb..1cf2c86 100644 --- a/package.yaml +++ b/package.yaml @@ -19,6 +19,7 @@ dependencies: - http-conduit - containers - text +- ghc-prim ghc-options: - -Wall |