about summary refs log blame commit diff
path: root/users/Profpatsch/mailbox-org/mailbox-org.cabal
blob: c4b04ce66de272271a7ff812a11c7275e01b976e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                      
                 
                     









                            



                     
                            
                   

                      

                   

                                 


                       
cabal-version:      2.4
name:               mailbox-org
version:            0.1.0.0
author:             Profpatsch
maintainer:         mail@profpatsch.de

executable mailbox-org
    main-is: MailboxOrg.hs

    build-depends:
        base >=4.15 && <5,
        my-prelude,
        pa-label,
        exec-helpers,
        netencode,
        text,
        semigroupoids,
        nonempty-containers,
        data-fix,
        selective,
        directory,
        mtl,
        filepath,
        arglib-netencode,
        random,
        http-conduit,
        http-client,
        aeson,
        aeson-better-errors,
        bytestring,
        PyF,
        typed-process,
        process,
        containers,

    default-language: Haskell2010

    default-extensions:
        GHC2021