packages feed

festung-0.9.1.2: festung.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: e7f0093ba569576074a631d9c840edc068adf0a51484943f9d94932cedfa96c5

name:           festung
version:        0.9.1.2
synopsis:       Remote multi-db SQLCipher server
description:    festung is a server that provides an HTTP API to execute queries
                against encrypted SQLite databases.
category:       Concurrency
homepage:       http://www.figo.io
author:         figo GmbH
maintainer:     developer@figo.io
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    README.md

library
  exposed-modules:
      Festung.Concurrency.Job
      Festung.Concurrency.Gig
      Festung.Concurrency.Utils
      Festung.Config
      Festung.Frontend
      Festung.Frontend.Converters
      Festung.Frontend.Validators
      Festung.Utils
      Festung.Vault
      Festung.Vault.Persistence
      Festung.Vault.VaultHandler
      Festung.Vault.VaultManager
  other-modules:
      Paths_festung
  hs-source-dirs:
      src
  other-extensions: NamedFieldPuns OverloadedStrings QuasiQuotes TemplateHaskell TypeFamilies ViewPatterns
  ld-options: -pthread
  build-depends:
      aeson
    , argparser
    , async
    , base >=4.9 && <5.0
    , base64-bytestring
    , bytestring
    , case-insensitive
    , containers
    , directory
    , either <5
    , exceptions
    , filepath
    , http-types
    , mtl
    , scientific
    , sqlcipher
    , text
    , transformers
    , unordered-containers
    , utf8-string
    , vector
    , wai
    , yesod
    , yesod-core
  default-language: Haskell2010

executable festung
  main-is: Main.hs
  other-modules:
      Paths_festung
  hs-source-dirs:
      prog
  ghc-options: -threaded -rtsopts=all
  build-depends:
      argparser
    , base
    , festung
    , yesod
  default-language: Haskell2010

test-suite tests
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Festung.Concurrency.GigSpec
      Festung.Concurrency.JobSpec
      Festung.Concurrency.UtilsSpec
      Festung.Frontend.ConvertersSpec
      Festung.FrontendSpec
      Festung.Vault.PersistenceSpec
      Festung.Vault.VaultHandlerSpec
      Festung.Vault.VaultManagerSpec
      TestUtils
      Paths_festung
  hs-source-dirs:
      tests
  build-depends:
      HUnit
    , aeson
    , base
    , base64-bytestring
    , bytestring
    , containers
    , directory
    , exceptions
    , festung
    , filepath
    , hspec >=2.3 && <2.5
    , scientific
    , temporary
    , text
    , wai-extra
    , yesod
    , yesod-test
  default-language: Haskell2010