packages feed

fluid-idl-0.0.6: fluid-idl.cabal

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

name:           fluid-idl
version:        0.0.6
synopsis:       Code-generated, Auto-versioned, & Smart Web APIs
description:    Code-generated, Auto-versioned, & Smart Web APIs
category:       Web
maintainer:     Joe Vargas
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    package.yaml
    README.md

library
  hs-source-dirs:
      library
  default-extensions: ConstraintKinds DeriveGeneric DuplicateRecordFields FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns OverloadedStrings RankNTypes ScopedTypeVariables TupleSections TypeApplications TypeOperators
  ghc-options: -Wall
  build-depends:
      aeson
    , base >=4.7 && <5
    , blaze-markup
    , bytestring
    , containers
    , errors
    , exceptions
    , lifted-async
    , monad-control
    , monad-logger
    , mtl
    , random
    , safe-exceptions
    , scientific
    , text
    , text-conversions
    , unordered-containers
    , vector
  exposed-modules:
      Fluid.Ast
      Fluid.Client
      Fluid.Client.Exchange
      Fluid.Client.Expr
      Fluid.Endpoint
      Fluid.Imports
      Fluid.Prim
      Fluid.RuntimeThrower
      Fluid.Server
      Fluid.Server.Exchange
      Fluid.Server.Expr
      Fluid.ServiceThrower
      Fluid.Types
      Fluid.Val
  other-modules:
      Paths_fluid_idl
  default-language: Haskell2010

test-suite fluid-suite
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      tests
  default-extensions: ConstraintKinds DeriveGeneric DuplicateRecordFields FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns OverloadedStrings RankNTypes ScopedTypeVariables TupleSections TypeApplications TypeOperators
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      aeson
    , base >=4.7 && <5
    , containers
    , fluid-idl
    , hspec
    , scientific
    , text
    , vector
  other-modules:
      AstSpec
      ClientSpec
      ExprSpec
      ValSpec
      Paths_fluid_idl
  default-language: Haskell2010