tools/ubot-plugins/hs-echo/hs-ping.cabal
changeset 15794 7598960819a1
equal deleted inserted replaced
15793:96443d9b48c9 15794:7598960819a1
       
     1 cabal-version:      2.4
       
     2 name:               hs-ubot-ping-plugin
       
     3 version:            0.1.0.0
       
     4 
       
     5 -- A short (one-line) description of the package.
       
     6 -- synopsis:
       
     7 
       
     8 -- A longer description of the package.
       
     9 -- description:
       
    10 
       
    11 -- A URL where users can report bugs.
       
    12 -- bug-reports:
       
    13 
       
    14 -- The license under which the package is released.
       
    15 -- license:
       
    16 author:             Andrey Korotaev
       
    17 maintainer:         a.korotaev@hedgewars.org
       
    18 
       
    19 -- A copyright notice.
       
    20 -- copyright:
       
    21 -- category:
       
    22 extra-source-files: CHANGELOG.md
       
    23 
       
    24 executable hs-ubot-ping-plugin
       
    25     main-is:          Main.hs
       
    26 
       
    27     -- Modules included in this executable, other than Main.
       
    28     -- other-modules:
       
    29 
       
    30     -- LANGUAGE extensions used by modules in this package.
       
    31     -- other-extensions:
       
    32     build-depends:    base ^>=4.14.1.0,
       
    33                       megaparsec >= 9.0,
       
    34                       modern-uri >= 0.3,
       
    35                       text >= 1.2,
       
    36                       bytestring,
       
    37                       amqp >= 0.22
       
    38     hs-source-dirs:   app
       
    39     default-language: Haskell2010