aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorLia Lenckowski <lialenck@protonmail.com>2023-07-22 20:52:40 +0200
committerLia Lenckowski <lialenck@protonmail.com>2023-07-22 20:52:40 +0200
commita8f5ead1ca1f3cd9e0d8e4de3b0e4e5193627e98 (patch)
tree2ce52f4304c38eee0092b6673ab155798d16bdec /package.yaml
downloadfastbangs-a8f5ead1ca1f3cd9e0d8e4de3b0e4e5193627e98.tar
fastbangs-a8f5ead1ca1f3cd9e0d8e4de3b0e4e5193627e98.tar.bz2
fastbangs-a8f5ead1ca1f3cd9e0d8e4de3b0e4e5193627e98.tar.zst
parse ddg's bangs
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
new file mode 100644
index 0000000..0c3b4eb
--- /dev/null
+++ b/package.yaml
@@ -0,0 +1,37 @@
+name: bangs-ddgless
+version: 0.1.0.0
+#synopsis:
+#description:
+homepage: https://codeberg.org/lialenck/bangs-ddgless
+license: AGPL
+author: Lia Lenckowski
+maintainer: lialenck@protonmail.com
+copyright: 2023 Lia Lenckowski
+category: Web
+extra-source-files: []
+
+dependencies:
+- base >= 4.7 && < 5
+- yesod
+- aeson
+- bytestring
+- time
+- http-conduit
+- containers
+- text
+
+ghc-options:
+- -Wall
+- -Wcompat
+- -Widentities
+- -Wincomplete-record-updates
+- -Wincomplete-uni-patterns
+- -Wmissing-export-lists
+- -Wmissing-home-modules
+- -Wpartial-fields
+- -Wredundant-constraints
+
+executables:
+ bangs-ddgless:
+ source-dirs: src
+ main: Main.hs