From cd428a60b178aa621ac26e47a7d404af596eecd1 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 6 Apr 2016 03:16:36 +0800 Subject: Version 0.0.1 --- juandelacosa.cabal | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 juandelacosa.cabal (limited to 'juandelacosa.cabal') diff --git a/juandelacosa.cabal b/juandelacosa.cabal new file mode 100644 index 0000000..95dd77a --- /dev/null +++ b/juandelacosa.cabal @@ -0,0 +1,46 @@ +name: juandelacosa +version: 0.0.1 +synopsis: Manage users in MariaDB >= 10.1.1 +description: + HTTP server for managing MariaDB users. Designed to work behind + Sproxy and assuming users' logins are their email addresses + (MariaDB allows up to 80 characters). +license: MIT +license-file: LICENSE +author: Igor Pashev +maintainer: Igor Pashev +copyright: 2016, Zalora South East Asia Pte. Ltd +category: Databases, Web +build-type: Simple +extra-source-files: README.md ChangeLog.md +cabal-version: >= 1.20 + +source-repository head + type: git + location: https://github.com/zalora/juandelacosa.git + +executable juandelacosa + default-language: Haskell2010 + ghc-options: -Wall -static + hs-source-dirs: src + main-is: Main.hs + other-modules: + Application + , Server + build-depends: + base >= 4.8 && < 5 + , base64-bytestring >= 1.0 + , bytestring >= 0.10 + , case-insensitive >= 1.2 + , docopt >= 0.7 + , entropy >= 0.3 + , http-types >= 0.9 + , mysql >= 0.1 + , mysql-simple >= 0.2 + , network >= 2.6 + , raw-strings-qq >= 1.0 + , resource-pool >= 0.2 + , unix >= 2.7 + , wai >= 3.2 + , warp >= 3.2 + -- cgit v1.2.3