diff options
Diffstat (limited to 'fastbangs.cabal')
-rw-r--r-- | fastbangs.cabal | 44 |
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 |