packages feed

carte-0.1.0.0: carte.cabal

-- Initial carte.cabal generated by cabal init.  For further documentation,
--  see http://haskell.org/cabal/users-guide/

name:                carte
version:             0.1.0.0
synopsis:            Carte: A commandline pastebin server.
description:         Carte allows you to host a commandline pastebin server. Just push files using netcat.
homepage:            https://github.com/m1dnight/carte
license:             GPL-3
license-file:        LICENSE
author:              Christophe De Troyer
maintainer:          christophe.detroyer@gmail.com
category:            Network
build-type:          Simple
cabal-version:       >=1.10
source-repository head
    type:     git
    location: https://github.com/m1dnight/carte
executable carte
  main-is:             Main.hs
  build-depends:       base >=4.6 && <4.10,
                       network,
                       mtl,
                       random,
                       transformers,
                       time,
                       filepath,
                       optparse-applicative,
                       tuple,
                       semigroups
  hs-source-dirs:      src
  ghc-options:         -fwarn-unused-binds
  default-language:    Haskell2010