nekos-best-0.2.0.0: nekos-best.cabal
cabal-version: 2.4
name: nekos-best
version: 0.2.0.0
synopsis: Unofficial nekos.best API wrapper
description: The Nekos.best API Wrapper in Haskell is a powerful and flexible tool designed to interact seamlessly with the Nekos.best API,
a popular service for fetching adorable and charming neko-themed images and more
homepage: https://github.com/xquantxz/nekos-best.hs
bug-reports: https://github.com/xquantxz/nekos-best.hs/issues
build-type: Custom
license: MIT
license-file: LICENSE
author: xQuantx
maintainer: xquantxz@gmail.com
category: Catgirls
extra-source-files: README.md
source-repository head
type: git
location: https://github.com/xquantxz/nekos-best.hs
source-repository this
type: git
location: https://github.com/xquantxz/nekos-best.hs
tag: v0.2.0.0
library
exposed-modules:
NekosBest.API
NekosBest.Category
NekosBest.Error
other-extensions: OverloadedStrings
build-depends: base ^>= 4.16.4.0,
random ^>= 1.2.1,
containers ^>= 0.6.5.1,
bytestring ^>= 0.11.4.0,
http-client ^>= 0.7.13.1,
http-types ^>= 0.12.3,
http-client-tls ^>= 0.3.6.2,
aeson ^>= 2.1.2.1
hs-source-dirs: src
default-language: Haskell2010
custom-setup
setup-depends:
base ^>= 4.16.4.0,
Cabal ^>= 3.6.3.0