43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
cabal-version: 2.2
|
|
|
|
name: ninapcar
|
|
version: 0.1.0.0
|
|
-- synopsis:
|
|
-- description:
|
|
homepage: https://git.annwan.me/software/ninapcar
|
|
license: BSD-3-Clause
|
|
author: Annwan
|
|
maintainer: annwan@annwan.me
|
|
copyright: 2026 Annwan
|
|
category: Web
|
|
build-type: Simple
|
|
|
|
executable ninapcar
|
|
hs-source-dirs: src
|
|
main-is: Main.hs
|
|
default-language: Haskell2010
|
|
build-depends: base >= 4.7 && < 5
|
|
, text >= 2.1 && < 3
|
|
, yaml >= 0.11.11.2
|
|
, data-default == 0.8.0.2
|
|
, unliftio == 0.2.25.1
|
|
, discord-haskell == 1.18.0
|
|
, random == 1.3.1
|
|
, regex == 1.1.0.2
|
|
, regex-pcre == 0.95.0.1
|
|
, attoparsec == 0.14.4
|
|
ghc-options: -Wall
|
|
-Wcompat
|
|
-Widentities
|
|
-Wincomplete-record-updates
|
|
-Wincomplete-uni-patterns
|
|
-Wmissing-export-lists
|
|
-Wmissing-home-modules
|
|
-Wpartial-fields
|
|
-Wredundant-constraints
|
|
other-modules: Dice
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://git.annwan.me/software/ninapcar
|