summaryrefslogtreecommitdiff
path: root/pkgs/nomsring/nomsring.cabal
diff options
context:
space:
mode:
authorstuebinm2024-01-13 00:35:13 +0100
committerstuebinm2024-01-13 00:35:13 +0100
commitb2fc20fe8080e4c083b08354afdce287a91de0b7 (patch)
tree9cd539dd9b2f11515d8bc36ff86fb81256ba9d92 /pkgs/nomsring/nomsring.cabal
parent3c752004c4a49319aa93eb586e77b563811a1217 (diff)
nomsable webring
(just messing around for now)
Diffstat (limited to 'pkgs/nomsring/nomsring.cabal')
-rw-r--r--pkgs/nomsring/nomsring.cabal19
1 files changed, 19 insertions, 0 deletions
diff --git a/pkgs/nomsring/nomsring.cabal b/pkgs/nomsring/nomsring.cabal
new file mode 100644
index 0000000..0ee04a3
--- /dev/null
+++ b/pkgs/nomsring/nomsring.cabal
@@ -0,0 +1,19 @@
+cabal-version: 3.0
+name: nomsring
+version: 0.1.0.0
+synopsis: noms noms
+description: a webring for nomsable websites
+license: BSD-3-Clause
+author: stuebinm
+maintainer: stuebinm@disroot.org
+
+common warnings
+ ghc-options: -Wall
+
+executable nomsring
+ import: warnings
+ main-is: Main.hs
+ build-depends: base ^>=4.17.2.1
+ , cgi ^>=3001.5
+ , data-clist ^>= 0.2
+ default-language: GHC2021