parrotbot/parrotbot.cabal

35 lines
848 B
Plaintext
Raw Permalink Normal View History

2021-03-27 03:17:39 +00:00
cabal-version: 3.0
name: parrotbot
version: 0.0.0.0
synopsis: polly wanna cracker
-- A longer description of the package.
-- description:
homepage:
-- A URL where users can report bugs.
-- bug-reports:
license: GPL-3.0-or-later
license-file: LICENSE
author: nek0
maintainer: nek0@nek0.eu
-- A copyright notice.
-- copyright:
category: Network
extra-source-files: CHANGELOG.md
executable parrotbot
main-is: Main.hs
-- Modules included in this executable, other than Main.
2021-03-27 05:06:34 +00:00
other-modules: Types
2021-03-27 03:17:39 +00:00
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends: base >=4.14.1.0
, network
2021-03-27 05:06:34 +00:00
, mtl
2021-03-27 03:17:39 +00:00
hs-source-dirs: src
default-language: Haskell2010