aboutsummaryrefslogtreecommitdiff
path: root/fastbangs.cabal
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-07-26 21:48:06 +0200
committermetamuffin <metamuffin@disroot.org>2023-07-26 21:48:37 +0200
commit377e503555a9b5feb89e15275f26333545a6e414 (patch)
tree2e0d5907fee87a91799c9388ede8fa28c2c77579 /fastbangs.cabal
parent25699e2d089ab21072e6894c098efea98fc14fa9 (diff)
downloadfastbangs-377e503555a9b5feb89e15275f26333545a6e414.tar
fastbangs-377e503555a9b5feb89e15275f26333545a6e414.tar.bz2
fastbangs-377e503555a9b5feb89e15275f26333545a6e414.tar.zst
rename project and add some more ui
Diffstat (limited to 'fastbangs.cabal')
-rw-r--r--fastbangs.cabal44
1 files changed, 44 insertions, 0 deletions
diff --git a/fastbangs.cabal b/fastbangs.cabal
new file mode 100644
index 0000000..79f501e
--- /dev/null
+++ b/fastbangs.cabal
@@ -0,0 +1,44 @@
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.35.2.
+--
+-- see: https://github.com/sol/hpack
+
+name: fastbangs
+version: 0.1.0.0
+category: Web
+homepage: https://codeberg.org/lialenck/fastbangs
+author: Lia Lenckowski
+maintainer: lialenck@protonmail.com
+copyright: 2023 Lia Lenckowski
+license: AGPL
+build-type: Simple
+
+executable fastbangs
+ main-is: Main.hs
+ other-modules:
+ Bangs
+ BangState
+ Config
+ Paths_fastbangs
+ hs-source-dirs:
+ src
+ ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
+ build-depends:
+ aeson
+ , atomic-write
+ , base >=4.7 && <5
+ , brotli
+ , bytestring
+ , containers
+ , ghc-prim
+ , http-conduit
+ , monad-logger
+ , persistent-sqlite
+ , resourcet
+ , stm
+ , text
+ , time
+ , warp
+ , yesod
+ default-language: Haskell2010